summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-22 20:47:14 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-22 20:48:29 +0100
commit121988b23c485ccb5ac8220c1776d10cb33e0db7 (patch)
treeffeec12eef5513d9fc945392124fc00c66b6b7ed /src/wx/timecode.h
parente72a69ac2ebf24df05ba4b6de65bfa338a58b0ec (diff)
Fill in zeros if a part of a timecode is entered.v2.15.177
It looks better if zeros are added elsewhere when you, for example, put a number into the seconds box and click "set".
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 ccab0ecfc..c31a6740c 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -54,6 +54,8 @@ protected:
wxTextCtrl* _frames;
wxButton* _set_button;
wxStaticText* _fixed;
+
+ bool _ignore_changed = false;
};
template <class T>