Remove our forcing of analyzeduration and probesize as they seem to
[dcpomatic.git] / src / wx / content_panel.cc
index d22e454016f9418a1121e6c24bd00d0b3bfe23b9..18318d4b2cceab04187fc42b16580f883359df2a 100644 (file)
@@ -298,13 +298,6 @@ 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;
-       }
-
        _last_selected = selected ();
 
        setup_sensitivity ();