Add missing setup for DEBUG_VIDEO_VIEW.
authorCarl Hetherington <cth@carlh.net>
Sun, 26 May 2024 16:25:37 +0000 (18:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 May 2024 19:48:56 +0000 (20:48 +0100)
src/wx/player_config_dialog.cc

index 58874e50b59ac63cb589ebd32bce6a28135823a7..08f2a86ca4abe9471ee4fc4417fd66748c5bfaec 100644 (file)
@@ -306,6 +306,7 @@ private:
                checked_set (_log_warning, config->log_types() & LogEntry::TYPE_WARNING);
                checked_set (_log_error, config->log_types() & LogEntry::TYPE_ERROR);
                checked_set (_log_timing, config->log_types() & LogEntry::TYPE_TIMING);
+               checked_set (_log_debug_video_view, config->log_types() & LogEntry::TYPE_DEBUG_VIDEO_VIEW);
 #ifdef DCPOMATIC_WINDOWS
                checked_set (_win32_console, config->win32_console());
 #endif