mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix in UIMenuBar (reverted back a recent change).
This commit is contained in:
@@ -334,8 +334,6 @@ Uint32 UIMenuBar::onMessage( const NodeMessage* msg ) {
|
||||
Node* focusNode = getEventDispatcher()->getFocusNode();
|
||||
if ( !isParentOf( focusNode ) && !isPopUpMenuChild( focusNode ) ) {
|
||||
onWidgetFocusLoss();
|
||||
if ( mCurrentMenu && mCurrentMenu->isVisible() )
|
||||
mCurrentMenu->hide();
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -50,6 +50,7 @@ SyntaxDefinition& addZig() {
|
||||
{ "callconv", "keyword" },
|
||||
{ "test", "keyword" },
|
||||
{ "f32", "type" },
|
||||
{ "f80", "type" },
|
||||
{ "const", "keyword" },
|
||||
{ "union", "keyword" },
|
||||
{ "nosuspend", "keyword" },
|
||||
|
||||
Reference in New Issue
Block a user