Fill in zeros if a part of a timecode is entered.
[dcpomatic.git] / src / wx / timecode.h
index ccab0ecfcb1686229b8da208163bc25fa240b2d9..c31a6740c5ea86c86e1fb9a2763dba874a23e85d 100644 (file)
@@ -54,6 +54,8 @@ protected:
        wxTextCtrl* _frames;
        wxButton* _set_button;
        wxStaticText* _fixed;
+
+       bool _ignore_changed = false;
 };
 
 template <class T>