summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 01:01:18 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 01:01:18 +0100
commit2918fd61b33f54269e2143f659d320ff555c4e8a (patch)
treee54358c4d866c0fde0dfb8d3b40527c9b89def11 /src/wx/timecode.h
parentd6ab5a6677f1cc4ecadb78b4bbe2d42749d3728e (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.h5
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;
};
+