]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
enable wxFontMapper in wxDFB port
[wxWidgets.git] / src / msw / tbar95.cpp
index 64a3802e260ea5492881730cc2b425b450ef07f0..8d5ad8a0c7d5dac72e86129dee9cb1d9a6d4a61b 100644 (file)
@@ -1071,9 +1071,9 @@ bool wxToolBar::Realize()
     }
     else if ( m_nButtons > 0 ) // vertical non empty toolbar
     {
-        if ( m_maxRows == 0 )
-            // if not set yet, have one column
-            SetRows(m_nButtons);
+        // if not set yet, have one column
+        m_maxRows = 1;
+        SetRows(m_nButtons);        
     }
 
     InvalidateBestSize();