]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/toolbar.cpp
applied workaround patch to get rid of crashes in wxrcedit on MSW
[wxWidgets.git] / src / mac / toolbar.cpp
index 0fa951bdf2be487bb25c82ca1fa69134cf0a7278..3c9b8da316a292dc39c87500130dd22edba28f96 100644 (file)
@@ -150,7 +150,8 @@ bool wxToolBar::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, cons
        m_x = x ;
        m_y = y ;
   }
-  return true ;
+  
+  return TRUE;
 }
 
 wxToolBar::~wxToolBar()
@@ -386,7 +387,7 @@ bool wxToolBar::Realize()
 
 void wxToolBar::SetToolBitmapSize(const wxSize& size)
 {
-    m_defaultWidth = size.x; m_defaultHeight = size.y;
+    m_defaultWidth = size.x+2; m_defaultHeight = size.y+2;
 }
 
 // The button size is bigger than the bitmap size