]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/toolbkg.cpp
Minor corrections to wxFlexGridSizer ctor documentation.
[wxWidgets.git] / src / generic / toolbkg.cpp
index 944147a970b7b0d956db7e6ffd8362ae7c95347b..20b36fb46240068549e4c1dbdccfbbba0d7d70ea 100644 (file)
@@ -272,10 +272,7 @@ void wxToolbook::Realize()
 
         GetToolBar()->SetToolBitmapSize(m_maxBitmapSize);
 
-        int remap = wxSystemOptions::GetOptionInt(wxT("msw.remap"));
-        wxSystemOptions::SetOption(wxT("msw.remap"), 0);
         GetToolBar()->Realize();
-        wxSystemOptions::SetOption(wxT("msw.remap"), remap);
     }
 
     if (m_selection == -1)