diff options
Diffstat (limited to 'src/wx/film_viewer.cc')
| -rw-r--r-- | src/wx/film_viewer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index dd3d9ebe9..6499aa409 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -155,12 +155,12 @@ FilmViewer::get (DCPTime p, bool accurate) if (!pvf.empty ()) { _frame = pvf.front()->image (); _frame = _frame->scale (_frame->size(), Scaler::from_id ("fastbilinear"), PIX_FMT_RGB24, false); + _position = pvf.front()->time (); } else { _frame.reset (); + _position = p; } - _position = p; - set_position_text (); _panel->Refresh (); _panel->Update (); |
