Add FilmViewer::time_until_next_frame.
[dcpomatic.git] / src / wx / content_panel.cc
index f19887e59d1c9498187180840366efd75ae07774..7d854224d232a0b939758cd4094e3951d0604a65 100644 (file)
@@ -300,19 +300,10 @@ ContentPanel::item_selected ()
 void
 ContentPanel::check_selection ()
 {
-       if (_last_selected == selected()) {
-               /* This was triggered by a re-build of the view but the selection
-                  did not really change.
-               */
-               return;
-       }
-
        if (_no_check_selection) {
                return;
        }
 
-       _last_selected = selected ();
-
        setup_sensitivity ();
 
        BOOST_FOREACH (ContentSubPanel* i, panels()) {