mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 01:36:22 +00:00
parent
f9e9835449
commit
b085550a0c
@ -162,7 +162,7 @@ struct Sculpt::Index_menu_widget : Widget<Vbox>
|
||||
|
||||
void one_level_back()
|
||||
{
|
||||
if (_menu.level() == 0)
|
||||
if (_menu.level() > 0)
|
||||
_menu._level--;
|
||||
|
||||
_reset_selection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user