diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-29 22:14:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-29 22:14:25 +0200 |
| commit | 40d38c8d011f0863f396f21cd750cdcef803a792 (patch) | |
| tree | fcbb5d5488f02198b49984631ee4c7b0f3ebe04b /src/wx/playhead_to_frame_dialog.h | |
| parent | 48c75fff036cb6960fc4c86317231914588a668d (diff) | |
Put current frame position in seek-by-frame dialogue when opening it (#1736).
Diffstat (limited to 'src/wx/playhead_to_frame_dialog.h')
| -rw-r--r-- | src/wx/playhead_to_frame_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/playhead_to_frame_dialog.h b/src/wx/playhead_to_frame_dialog.h index ab3898dea..9b582ccf7 100644 --- a/src/wx/playhead_to_frame_dialog.h +++ b/src/wx/playhead_to_frame_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 PlayheadToFrameDialog : public TableDialog { public: - PlayheadToFrameDialog (wxWindow* parent, int fps); + PlayheadToFrameDialog (wxWindow* parent, dcpomatic::DCPTime time, int fps); dcpomatic::DCPTime get () const; |
