]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/combobox.mm
The alignment controls are now left-aligned if the floating controls are not shown.
[wxWidgets.git] / src / osx / cocoa / combobox.mm
index 71fcec15b5fe16d9c2b5c46ca1b394fe35a4c000..e817c64d8c6b22fe1b51ee22df62224d526bceba 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -146,7 +145,7 @@ void wxNSComboBoxControl::mouseEvent(WX_NSEvent event, WXWidget slf, void *_cmd)
  
     if ( reset )
     {
-        loop->OSXUseLowLevelWakeup(true);
+        loop->OSXUseLowLevelWakeup(false);
     }
 }