mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +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
|
||||
else {
|
||||
// Enter in sub-menu
|
||||
if ((highlight) && highlight->hasSubmenu()) {
|
||||
if (highlight && highlight->hasSubmenu()) {
|
||||
menu->highlightItem(highlight, true, true, true);
|
||||
}
|
||||
// Go to parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user