git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56088
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
if ( m_windowStyle & wxPG_DESCRIPTION )
{
{
if ( m_windowStyle & wxPG_DESCRIPTION )
{
- m_nextDescBoxSize = ht;
- if ( refresh )
- RecalculatePositions(m_width, m_height);
+ if ( ht != GetDescBoxHeight() )
+ {
+ m_nextDescBoxSize = ht;
+ if ( refresh )
+ RecalculatePositions(m_width, m_height);
+ }
int wxPropertyGridManager::GetDescBoxHeight() const
{
int wxPropertyGridManager::GetDescBoxHeight() const
{
- return GetClientSize().y - m_splitterY;
+ return GetClientSize().y - m_splitterY - m_splitterHeight;
}
// -----------------------------------------------------------------------
}
// -----------------------------------------------------------------------