]> git.saurik.com Git - wxWidgets.git/commitdiff
When SetSplitterLeft measures all pages, it should also set the splitter for all...
authorJulian Smart <julian@anthemion.co.uk>
Wed, 7 Mar 2012 12:21:20 +0000 (12:21 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 7 Mar 2012 12:21:20 +0000 (12:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/manager.cpp

index 2030ec2ea303ff10a725113a9fa02be426285e05..c9252f2172b7dfe3de1a259ba8fd26de1bfa717d 100644 (file)
@@ -1821,7 +1821,7 @@ void wxPropertyGridManager::SetSplitterLeft( bool subProps, bool allPages )
         }
 
         if ( highest > 0 )
-            m_pPropGrid->SetSplitterPosition( highest );
+            SetSplitterPosition( highest );
     }
 
 #if wxUSE_HEADERCTRL