From 2918fd61b33f54269e2143f659d320ff555c4e8a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jul 2013 01:01:18 +0100 Subject: Provide explicit update button in timecode controls to calm things down a bit. --- src/wx/timecode.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/wx/timecode.h') 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; }; + -- cgit v1.2.3