From b8693a3bf32380733604aa6e80c9774de575ebe7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 1 Jul 2016 01:03:29 +0100 Subject: Add go-to-position dialogue when clicking on preview timecode. --- src/wx/timecode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/wx/timecode.h') diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 18eddfdb4..d9fe4ee4c 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington + Copyright (C) 2013-2016 Carl Hetherington This file is part of DCP-o-matic. @@ -30,7 +30,7 @@ class TimecodeBase : public wxPanel { public: - TimecodeBase (wxWindow *); + TimecodeBase (wxWindow *, bool set_button); void clear (); @@ -58,8 +58,8 @@ template class Timecode : public TimecodeBase { public: - Timecode (wxWindow* parent) - : TimecodeBase (parent) + Timecode (wxWindow* parent, bool set_button = true) + : TimecodeBase (parent, set_button) { } -- cgit v1.2.3