From 42c18baad113a3e2ff65f432be5e403bc3fb586c Mon Sep 17 00:00:00 2001 From: Chips Date: Mon, 25 Apr 2016 21:12:09 +0000 Subject: [PATCH] Solve crash at exit while picasso is used --- src/od-pandora/pandora_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/od-pandora/pandora_gui.cpp b/src/od-pandora/pandora_gui.cpp index 8dbeb369..d21b1b36 100644 --- a/src/od-pandora/pandora_gui.cpp +++ b/src/od-pandora/pandora_gui.cpp @@ -502,8 +502,8 @@ static void goMenu(void) run_gui(); gui_to_prefs(); setCpuSpeed(); - if(quit_program) - screen_is_picasso = 0; +// if(quit_program) +// screen_is_picasso = 0; update_display(&changed_prefs);