Prechádzať zdrojové kódy

View.Mouse cleanup - Fixed MenuBar

Tig 10 mesiacov pred
rodič
commit
2e37ca3592
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Terminal.Gui/Views/Menu/MenuBar.cs

+ 1 - 1
Terminal.Gui/Views/Menu/MenuBar.cs

@@ -1400,7 +1400,7 @@ public class MenuBar : View, IDesignable
     }
 
     /// <inheritdoc/>
-    protected bool OnMouseEvent (MouseEvent me)
+    protected override bool OnMouseEvent (MouseEvent me)
     {
         if (!_handled && !HandleGrabView (me, this))
         {