From 2091f5e71a1d04cf9277565121725f764d466a06 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 6 Jan 2006 05:26:22 +0000 Subject: [PATCH] Allow the frame (if there is one) to resize the toolbar after Realize is called git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/tbar95.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/tbar95.cpp b/src/msw/tbar95.cpp index 2aadedd476..f98b8c45d6 100644 --- a/src/msw/tbar95.cpp +++ b/src/msw/tbar95.cpp @@ -315,7 +315,6 @@ void wxToolBar::Recreate() } Realize(); - UpdateSize(); } wxToolBar::~wxToolBar() @@ -1051,6 +1050,7 @@ bool wxToolBar::Realize() InvalidateBestSize(); SetBestFittingSize(); + UpdateSize(); return true; } -- 2.50.0