No screen flip on exit

This commit is contained in:
fabio.olimpieri 2014-12-05 15:59:35 +00:00
parent d8c5cd5f14
commit 377042194a
1 changed files with 2 additions and 1 deletions

View File

@ -1795,7 +1795,8 @@ void gui_display(int shortcut)
default:
break;
}
} while ((opt == 0 || opt == 5 || opt == 8 || opt == 9 || opt == 10 || opt == 11 || opt == 15)&&!exit);flip_screen();}
} while ((opt == 0 || opt == 5 || opt == 8 || opt == 9 || opt == 10 || opt == 11 || opt == 15)&&!exit);
if (!exit) flip_screen();}
if (shortcut==6) {virtual_keyboard(); notice_screen_contents_lost ();}//Enter Virtual Keyboard