Browse Source

Revert changes.

BDisp 1 year ago
parent
commit
bf166a73b8
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Terminal.Gui/View/View.cs

+ 0 - 5
Terminal.Gui/View/View.cs

@@ -521,11 +521,6 @@ public partial class View : Responder, ISupportInitializeNotification
 
 
         DisposeAdornments ();
         DisposeAdornments ();
 
 
-        if (Application.MouseGrabView is { } && Application.MouseGrabView == this)
-        {
-            Application.UngrabMouse ();
-        }
-
         for (int i = InternalSubviews.Count - 1; i >= 0; i--)
         for (int i = InternalSubviews.Count - 1; i >= 0; i--)
         {
         {
             View subview = InternalSubviews [i];
             View subview = InternalSubviews [i];