]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/toolbar.cpp
removed log record
[wxWidgets.git] / src / mac / toolbar.cpp
index 4dad035badfa562718defc8dc8daffc3901b15eb..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
@@ -550,7 +551,6 @@ void wxToolBar::OnPaint(wxPaintEvent& event)
                        }
                }
                UMASetThemeWindowBackground( win->MacGetWindowData()->m_macWindow , win->MacGetWindowData()->m_macWindowBackgroundTheme , false ) ;
-               wxDC::MacInvalidateSetup() ;
        }
 }