Browse Source

Refixed OnMouseClicked - button

Tig 10 tháng trước cách đây
mục cha
commit
7d07d847e7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Terminal.Gui/View/View.Mouse.cs

+ 2 - 0
Terminal.Gui/View/View.Mouse.cs

@@ -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))