mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +00:00
Minor change in menu.cpp.
This commit is contained in:
parent
5da37e237b
commit
8764f018c7
@ -619,7 +619,7 @@ bool MenuBox::onProcessMessage(Message* msg)
|
|||||||
// In menu-boxes
|
// In menu-boxes
|
||||||
else {
|
else {
|
||||||
// Enter in sub-menu
|
// Enter in sub-menu
|
||||||
if ((highlight) && highlight->hasSubmenu()) {
|
if (highlight && highlight->hasSubmenu()) {
|
||||||
menu->highlightItem(highlight, true, true, true);
|
menu->highlightItem(highlight, true, true, true);
|
||||||
}
|
}
|
||||||
// Go to parent
|
// Go to parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user