diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-22 20:47:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-22 20:47:14 +0100 |
| commit | 7926a03f67cf0a371e43b5d8b4d075c7a789a478 (patch) | |
| tree | 095d07fb0c7f01606d3a2f9e3b67d1c97cd21437 /src/wx/timecode.h | |
| parent | 1ab712c195a59efc0961bb740b1fc47d80a023c0 (diff) | |
Fill in zeros if a part of a timecode is entered.
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.h | 2 |
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> |
