From 51c4540fdb30d719ebc3998fb9b86c16e5bf0a66 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Apr 2025 00:03:19 +0200 Subject: Tweak handling of wxEVT_PAINT. --- src/wx/gl_video_view.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wx/gl_video_view.cc') diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index c24736570..e53b63c51 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -81,7 +81,6 @@ GLVideoView::GLVideoView(FilmViewer* viewer, wxWindow *parent) , GLView(parent) , _rec2020(false) { - _canvas->Bind(wxEVT_PAINT, boost::bind(&GLVideoView::update, this)); _canvas->Bind(wxEVT_TIMER, boost::bind(&GLVideoView::check_for_butler_errors, this)); _timer.reset(new wxTimer(_canvas)); _timer->Start(2000); -- cgit v1.2.3