diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index dc0234376..a8c157833 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -754,7 +754,7 @@ Timeline::set_position_from_event (wxMouseEvent& ev) void Timeline::force_redraw (dcpomatic::Rect<int> const & r) { - RefreshRect (wxRect (r.x, r.y, r.width, r.height), false); + _main_canvas->RefreshRect (wxRect (r.x, r.y, r.width, r.height), false); } shared_ptr<const Film> |
