summaryrefslogtreecommitdiff
path: root/src/wx/markers_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-17 01:27:02 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commit2596b1db2fff8a9cc56be97099442dc791692882 (patch)
tree519faf7567e5d19276067ee244ad21ee24ac5c9e /src/wx/markers_dialog.cc
parent8c365af343a15bee11af53fc6bc16487b83260d1 (diff)
Basics of marker writing (part of #782).
Diffstat (limited to 'src/wx/markers_dialog.cc')
-rw-r--r--src/wx/markers_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/markers_dialog.cc b/src/wx/markers_dialog.cc
index 724cb7d9e..46e8e6d09 100644
--- a/src/wx/markers_dialog.cc
+++ b/src/wx/markers_dialog.cc
@@ -82,6 +82,7 @@ private:
shared_ptr<FilmViewer> v = viewer.lock ();
DCPOMATIC_ASSERT (v);
timecode->set (v->position(), f->video_frame_rate());
+ changed ();
}
void changed ()