X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_panel.cc;h=74d0cf54546914fa3456cb2e8f319d11d86c62b8;hb=f734f683220ac9d58ee199f56ee0882d33a1499b;hp=704f251691d62dcc0179f086fd93dd4a615e8cb1;hpb=2efd23edadea3db321ea1290638d604f3496c94f;p=dcpomatic.git diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 704f25169..74d0cf545 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -277,8 +277,8 @@ ContentPanel::selection_changed () } } - if (go_to && Config::instance()->jump_to_selected ()) { - _film_viewer->set_position (go_to.get().ceil(_film->video_frame_rate())); + if (go_to && Config::instance()->jump_to_selected() && signal_manager) { + signal_manager->when_idle(boost::bind(&FilmViewer::set_position, _film_viewer, go_to.get().ceil(_film->video_frame_rate()))); } if (_timeline_dialog) {