Add comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 19 Nov 2019 23:57:37 +0000 (00:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Jan 2020 20:56:47 +0000 (21:56 +0100)
src/wx/video_view.cc

index 6478ff2a654ada0b0d58ef0ca32c1d1cd3f9fed6..f2886a48ce54c9c31ba8b4ba01f91b580a6f040d 100644 (file)
@@ -55,6 +55,7 @@ VideoView::get_next_frame (bool non_blocking)
                _player_video.first->eyes() != EYES_BOTH
                );
 
+       /* XXX_b: this is called from the GL thread so it shouldn't be opening error dialogs */
        try {
                _viewer->butler()->rethrow ();
        } catch (DecodeError& e) {