From b23a673fbe5cfd322956cdff8ef3472da8e0dbff Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 7 Nov 2017 21:59:43 -0200 Subject: ZIP load fully implemented Need to save the new data --- Project/SimulationsSettingsForm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/SimulationsSettingsForm.h') diff --git a/Project/SimulationsSettingsForm.h b/Project/SimulationsSettingsForm.h index 045a0c6..635b5ee 100644 --- a/Project/SimulationsSettingsForm.h +++ b/Project/SimulationsSettingsForm.h @@ -36,10 +36,12 @@ class SimulationsSettingsForm : public SimulationsSettingsFormBase virtual ~SimulationsSettingsForm(); protected: + virtual void OnCheckboxUseCompLoadClick(wxCommandEvent& event) { UpdateZIPLoadFieldStatus(); } virtual void OnPFMethodChoiceSelected(wxCommandEvent& event); virtual void OnButtonCancelClick(wxCommandEvent& event) { EndModal(wxID_CANCEL); } virtual void OnButtonOKClick(wxCommandEvent& event); virtual bool ValidateData(); + virtual void UpdateZIPLoadFieldStatus(); PropertiesData* m_properties; }; -- cgit