From 9889b7fecc81a3c3a82e02a1106d23447252799e Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 28 Apr 2018 15:25:43 +0300 Subject: [PATCH] Fix crash in multimonitor mode. --- od-win32/win32gfx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/od-win32/win32gfx.cpp b/od-win32/win32gfx.cpp index 27e598dd..e72679ca 100644 --- a/od-win32/win32gfx.cpp +++ b/od-win32/win32gfx.cpp @@ -4162,6 +4162,8 @@ void updatedisplayarea(int monid) struct amigadisplay *ad = &adisplays[monid]; if (!mon->screen_is_initialized) return; + if (mon->screen_is_picasso) + return; if (dx_islost ()) return; #if defined (GFXFILTER) -- 2.47.3