mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Refixed OnMouseClicked - button
This commit is contained in:
@@ -503,6 +503,8 @@ public partial class View // Mouse APIs
|
||||
// Set the focus, but don't invoke Accept
|
||||
SetFocus ();
|
||||
}
|
||||
|
||||
mouseEvent.Handled = true;
|
||||
}
|
||||
|
||||
if (Viewport.Contains (mouseEvent.Position))
|
||||
|
||||
Reference in New Issue
Block a user