Skip to content

Commit

Permalink
View.Mouse cleanup - Fixed MenuBar
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Oct 15, 2024
1 parent 681dd9b commit 2e37ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terminal.Gui/Views/Menu/MenuBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ internal void LostFocus (View view)
}

/// <inheritdoc/>
protected bool OnMouseEvent (MouseEvent me)
protected override bool OnMouseEvent (MouseEvent me)
{
if (!_handled && !HandleGrabView (me, this))
{
Expand Down

0 comments on commit 2e37ca3

Please sign in to comment.