diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-07 21:59:43 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-07 21:59:43 -0200 |
commit | b23a673fbe5cfd322956cdff8ef3472da8e0dbff (patch) | |
tree | 8a29fd584941228fd894050f37db876dfe0d02df /Project/LoadForm.h | |
parent | 24808d2de827f219b683ad46744a179ae25bc859 (diff) | |
download | PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.tar.gz PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.tar.xz PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.zip |
ZIP load fully implemented
Need to save the new data
Diffstat (limited to 'Project/LoadForm.h')
-rw-r--r-- | Project/LoadForm.h | 2 |
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; |