]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checkbox.h
Don't suppress accelerators that include Enter just because a tree control is focused
[wxWidgets.git] / include / wx / checkbox.h
index 47ba77a0e22ad38d81a1aef428f6d7b18ded107b..8b0348fe374dd609f5376a94dd6a8635f573897b 100644 (file)
@@ -118,6 +118,9 @@ public:
     }
 
 protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     virtual void DoSet3StateValue(wxCheckBoxState WXUNUSED(state)) { wxFAIL; }
 
     virtual wxCheckBoxState DoGet3StateValue() const