summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-15 21:57:05 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-15 21:57:05 +0100
commitb23517142c52c52a72a3c8a685ee0e8d2b256372 (patch)
treea97682810801b70f93309b7c67a47c6d5aeabf9d /src/wx/timecode.h
parent27526b4ab45f7684bf695d5763620692381f6970 (diff)
Store controls and use the vector to tidy some things up.
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index 1116e9d87..64d2e311b 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -62,6 +62,8 @@ protected:
wxButton* _set_button;
wxStaticText* _fixed;
+ std::vector<wxTextCtrl*> _controls;
+
bool _ignore_changed = false;
};