]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
don't return HTCLIENT for static bitmaps, this breaks mouse (leave) event generation
[wxWidgets.git] / include / wx / gtk / combobox.h
index c27d532b472960d6aa9467e1cd02275c817a12c8..7265f891e5e5769307a29a220f6e8523f919872b 100644 (file)
@@ -122,7 +122,7 @@ public:
     bool CanUndo() const;
     bool CanRedo() const;
     void SelectAll();
-    bool IsEditable() const { return !HasFlag(wxCB_READONLY); }
+    bool IsEditable() const ;
     bool HasSelection() const ;
 
     // implementation