diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-29 22:03:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-29 22:14:25 +0200 |
| commit | 48c75fff036cb6960fc4c86317231914588a668d (patch) | |
| tree | 8c28c39d1a985cb27aa3c2a80a2a0b394013c83b /src/wx/playhead_to_timecode_dialog.h | |
| parent | fc18b92ca1cc8d7ec975fddc507fb97aacc6d17f (diff) | |
Add hinting to the seek dialogue; may be a nice fix for #1736.
Diffstat (limited to 'src/wx/playhead_to_timecode_dialog.h')
| -rw-r--r-- | src/wx/playhead_to_timecode_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/playhead_to_timecode_dialog.h b/src/wx/playhead_to_timecode_dialog.h index 226978582..15578cdbe 100644 --- a/src/wx/playhead_to_timecode_dialog.h +++ b/src/wx/playhead_to_timecode_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2016-2020 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -24,7 +24,7 @@ class PlayheadToTimecodeDialog : public TableDialog { public: - PlayheadToTimecodeDialog (wxWindow* parent, int fps); + PlayheadToTimecodeDialog (wxWindow* parent, dcpomatic::DCPTime time, int fps); dcpomatic::DCPTime get () const; |
