Skip to content

Commit 7d07d84

Browse files
committed
Refixed OnMouseClicked - button
1 parent e1faab0 commit 7d07d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Terminal.Gui/View/View.Mouse.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,8 @@ private bool WhenGrabbedHandlePressed (MouseEventArgs mouseEvent)
503503
// Set the focus, but don't invoke Accept
504504
SetFocus ();
505505
}
506+
507+
mouseEvent.Handled = true;
506508
}
507509

508510
if (Viewport.Contains (mouseEvent.Position))

0 commit comments

Comments
 (0)