Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fcee86b

Browse files
committedMar 9, 2025··
Reformat
1 parent fbb2a9f commit fcee86b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎Terminal.Gui/Views/Menu/MenuBar.cs

+7-7
Original file line numberDiff line numberDiff line change
@@ -1578,16 +1578,16 @@ internal bool HandleGrabView (MouseEventArgs me, View current)
15781578
&& me.Flags != MouseFlags.ReportMousePosition
15791579
&& me.Flags != 0)
15801580
{
1581-
Application.UngrabMouse ();
1581+
Application.UngrabMouse ();
15821582

1583-
if (IsMenuOpen)
1584-
{
1585-
CloseAllMenus ();
1586-
}
1583+
if (IsMenuOpen)
1584+
{
1585+
CloseAllMenus ();
1586+
}
15871587

1588-
_handled = false;
1588+
_handled = false;
15891589

1590-
return false;
1590+
return false;
15911591
}
15921592
else
15931593
{

0 commit comments

Comments
 (0)
Please sign in to comment.