From bf166a73b87a2da79778af9895c24d526bae7aca Mon Sep 17 00:00:00 2001 From: BDisp Date: Sun, 14 Apr 2024 23:42:07 +0100 Subject: [PATCH] Revert changes. --- Terminal.Gui/View/View.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Terminal.Gui/View/View.cs b/Terminal.Gui/View/View.cs index ee5b63f5f..07235e638 100644 --- a/Terminal.Gui/View/View.cs +++ b/Terminal.Gui/View/View.cs @@ -521,11 +521,6 @@ public partial class View : Responder, ISupportInitializeNotification DisposeAdornments (); - if (Application.MouseGrabView is { } && Application.MouseGrabView == this) - { - Application.UngrabMouse (); - } - for (int i = InternalSubviews.Count - 1; i >= 0; i--) { View subview = InternalSubviews [i];