diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 01:01:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 01:01:18 +0100 |
| commit | 2918fd61b33f54269e2143f659d320ff555c4e8a (patch) | |
| tree | e54358c4d866c0fde0dfb8d3b40527c9b89def11 /src/wx/timecode.h | |
| parent | d6ab5a6677f1cc4ecadb78b4bbe2d42749d3728e (diff) | |
Provide explicit update button in timecode controls to calm things down a bit.
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 9b6fe6654..465239fe5 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -33,11 +33,12 @@ public: private: void changed (wxCommandEvent &); + void update_clicked (wxCommandEvent &); wxTextCtrl* _hours; wxTextCtrl* _minutes; wxTextCtrl* _seconds; wxTextCtrl* _frames; - - bool _in_set; + wxButton* _update_button; }; + |
