]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/framemanager.cpp
Don't needlessly indirect through NSNotificationCenter.
[wxWidgets.git] / src / aui / framemanager.cpp
index 0de88d573425c147de7d3fd1c9095fb97ec7be1f..93379c808761f993bb1cb651fa9b5adc476aca29 100644 (file)
@@ -923,7 +923,8 @@ bool wxAuiManager::AddPane(wxWindow* window, const wxAuiPaneInfo& pane_info)
             // I believe this to be the correct action, until
             // wxToolBar::GetBestSize() is fixed.  Is this assumption
             // correct?
-            pinfo.best_size.y++;
+            // commented out by JACS 2007-9-08 after having added a pixel in wxMSW's wxToolBar::DoGetBestSize()
+            // pinfo.best_size.y++;
         }
 
         if (pinfo.min_size != wxDefaultSize)