summaryrefslogtreecommitdiffstats
path: root/Project/ElementForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ElementForm.h')
-rw-r--r--Project/ElementForm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/ElementForm.h b/Project/ElementForm.h
index ed9d0b8..2e5b235 100644
--- a/Project/ElementForm.h
+++ b/Project/ElementForm.h
@@ -813,6 +813,8 @@ protected:
wxButton* m_ButtonCancel;
protected:
+ virtual void OnOKClick(wxCommandEvent& event) { event.Skip(); }
+ virtual void OnCancelClick(wxCommandEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticTextSigns() { return m_staticTextSigns; }