mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Fix menu key navigation
This commit is contained in:
@@ -230,7 +230,7 @@ namespace Terminal.Gui {
|
||||
}
|
||||
break;
|
||||
}
|
||||
return base.ProcessKey (kb);
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool MouseEvent(MouseEvent me)
|
||||
|
||||
Reference in New Issue
Block a user