summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/simple_video_view.cc')
-rw-r--r--src/wx/simple_video_view.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.cc b/src/wx/simple_video_view.cc
index 2d2cbb3b6..7953e89b0 100644
--- a/src/wx/simple_video_view.cc
+++ b/src/wx/simple_video_view.cc
@@ -214,6 +214,13 @@ SimpleVideoView::display_next_frame(bool non_blocking)
void
+SimpleVideoView::update_crop_guess()
+{
+ refresh_panel();
+}
+
+
+void
SimpleVideoView::update()
{
if (!player_video().first) {