1
0
Fork 0
forked from len0rd/rockbox

Bugfix plugins rockpaint toolbar blocks exit

allow power button to collapse toolbar and allow exiting the plugin

Change-Id: I205ee5253ca116eddd737683faab6e132f4936ba
This commit is contained in:
William Wilgus 2025-07-20 11:22:22 -04:00
parent 31c8c0496b
commit d9a3fe19ce

View file

@ -2782,7 +2782,9 @@ static void toolbar( void )
}
inv_cursor(true);
break;
case ROCKPAINT_QUIT:
if (state != State0)
break;
case ROCKPAINT_TOOLBAR:
case ROCKPAINT_TOOLBAR2:
return;