summaryrefslogtreecommitdiffstats
path: root/Project/LoadForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/LoadForm.h')
-rw-r--r--Project/LoadForm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/LoadForm.h b/Project/LoadForm.h
index eff53c8..7fedf28 100644
--- a/Project/LoadForm.h
+++ b/Project/LoadForm.h
@@ -38,9 +38,11 @@ class LoadForm : public LoadFormBase
virtual bool ValidateData();
protected:
+ virtual void OnCheckBoxCompLoadClick(wxCommandEvent& event) { UpdateZIPLoadFieldStatus(); }
virtual void OnCancelButtonClick(wxCommandEvent& event) { EndModal(wxID_CANCEL); };
virtual void OnOnButtonClick(wxCommandEvent& event);
virtual void OnStabilityButtonClick(wxCommandEvent& event);
+ virtual void UpdateZIPLoadFieldStatus();
wxWindow* m_parent = NULL;
Load* m_load = NULL;