]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toolbar.cpp
Test for wxUSE_UXTHEME
[wxWidgets.git] / src / mac / carbon / toolbar.cpp
index df5f25ccb0f4f9fb792f2eec93c692978f60ff09..1b7cef3e5fb4b7c46745456281eee54b4acd9136 100644 (file)
@@ -699,6 +699,9 @@ static pascal OSStatus ControlToolbarItemHandler( EventHandlerCallRef inCallRef,
                                 sz = wxSize(0,0) ;
                         }
 
+                        // Extra width to avoid edge of combobox being cut off
+                        sz.x += 3;
+                        
                         HISize min, max;
                         min.width = max.width = sz.x ;
                         min.height = max.height = sz.y ;