]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
adaptions to m_peer methods
[wxWidgets.git] / src / msw / tbar95.cpp
index 717e5ff7c9216eff89e8d53fa8e6ed9e908b7a63..de0cc3ffaa02dc0f4ca9b7b488edbeb6a4b92b45 100644 (file)
@@ -388,6 +388,7 @@ bool wxToolBar::DoInsertTool(size_t WXUNUSED(pos), wxToolBarToolBase *tool)
     // Realize() later
     tool->Attach(this);
 
+    InvalidateBestSize();
     return TRUE;
 }
 
@@ -465,6 +466,7 @@ bool wxToolBar::DoDeleteTool(size_t pos, wxToolBarToolBase *tool)
         }
     }
 
+    InvalidateBestSize();
     return TRUE;
 }
 
@@ -922,6 +924,7 @@ bool wxToolBar::Realize()
         }
     }
 
+    InvalidateBestSize();
     return TRUE;
 }