mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2025-06-07 13:55:04 +02:00
repaint scenes when coming back from main menu
This commit is contained in:
parent
cd4e3969bd
commit
6676e47368
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ jevent jscene_run(jscene *s)
|
||||||
|
|
||||||
if(k.type == KEYEV_DOWN && k.key == KEY_MENU && !k.shift && !k.alpha) {
|
if(k.type == KEYEV_DOWN && k.key == KEY_MENU && !k.shift && !k.alpha) {
|
||||||
gint_osmenu();
|
gint_osmenu();
|
||||||
|
jscene_queue_event(s, (jevent){ .type = JSCENE_PAINT });
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#ifdef FX9860G
|
#ifdef FX9860G
|
||||||
|
|
Loading…
Add table
Reference in a new issue