mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
31c8c0496b
commit
d9a3fe19ce
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue