Speed some operations by re-using the last PlayerVideo but with
[dcpomatic.git] / src / wx / video_waveform_dialog.cc
index 83253d335d61b4304619fd4168b719259396938c..c38dbf65d98a0d9b52ba44a64640a4a6b505aca1 100644 (file)
@@ -106,7 +106,7 @@ VideoWaveformDialog::shown (wxShowEvent& ev)
 {
        _plot->set_enabled (ev.IsShown ());
        if (ev.IsShown ()) {
-               _viewer->refresh ();
+               _viewer->slow_refresh ();
        }
 }