Fix menu key navigation

This commit is contained in:
Miguel de Icaza
2018-02-09 23:32:38 -05:00
parent 139125fb03
commit 6ffe2c76c9

View File

@@ -230,7 +230,7 @@ namespace Terminal.Gui {
}
break;
}
return base.ProcessKey (kb);
return true;
}
public override bool MouseEvent(MouseEvent me)