]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow the frame (if there is one) to resize the toolbar after Realize
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Jan 2006 05:26:22 +0000 (05:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Jan 2006 05:26:22 +0000 (05:26 +0000)
is called

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/tbar95.cpp

index 2aadedd4765e4641b9d0b4c74e143851ae6ae1e7..f98b8c45d6151ab92bc55523be477dff373ee68b 100644 (file)
@@ -315,7 +315,6 @@ void wxToolBar::Recreate()
     }
 
     Realize();
-    UpdateSize();
 }
 
 wxToolBar::~wxToolBar()
@@ -1051,6 +1050,7 @@ bool wxToolBar::Realize()
 
     InvalidateBestSize();
     SetBestFittingSize();
+    UpdateSize();
 
     return true;
 }