From 121988b23c485ccb5ac8220c1776d10cb33e0db7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 22 Nov 2021 20:47:14 +0100 Subject: 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". --- src/wx/timecode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wx/timecode.h') 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 -- cgit v1.2.3