summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/controls.cc')
-rw-r--r--src/wx/controls.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index 3df62fd31..01b689c9e 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -207,6 +207,12 @@ Controls::slider_moved (bool page)
}
_viewer->seek (t, false);
update_position_label ();
+
+ log (
+ wxString::Format(
+ "playback-seeked %s", t.timecode(_film->video_frame_rate()).c_str()
+ )
+ );
}
void