]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/combobox.cpp
centralized the handling of border styles; added borders support for wxListBox and...
[wxWidgets.git] / src / mac / carbon / combobox.cpp
index 38ff2771cb785a417f036a087e1aec8f470d6944..35a45211688f723ccf12d1c46b4e304268b6c57b 100644 (file)
@@ -68,6 +68,7 @@ public:
         : wxTextCtrl( cb , 1 )
     {
         m_cb = cb;
+        SetTriggerOnSetValue( false );
     }
 
 protected: