diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index fa3754dd6..6bcffd377 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -273,7 +273,7 @@ ContentPanel::selection_changed () } if (go_to && Config::instance()->jump_to_selected ()) { - _film_viewer->set_position (go_to.get ()); + _film_viewer->set_position (go_to.get().ceil(_film->video_frame_rate())); } if (_timeline_dialog) { |
