diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-09 00:52:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | d17430d78742027b1e6b9098269a34f4742a4b6a (patch) | |
| tree | cc7c3a3c2451f9842f768ab3ce74d7bfe7f2d2c1 | |
| parent | a8e31120a793f09ab56cc2847d76944ba698ba95 (diff) | |
Restore refresh_panel as I think it will sometimes be necessary.
| -rw-r--r-- | src/wx/film_viewer.cc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 5af2d7462..8ed566bfc 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -209,14 +209,10 @@ FilmViewer::recreate_butler () void FilmViewer::refresh_panel () { - /* XXX */ - - /* _state_timer.set ("refresh-panel"); - _panel->Refresh (); - _panel->Update (); + _video_view->get()->Refresh (); + _video_view->get()->Update (); _state_timer.unset (); - */ } void |
