mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
Merge branch 'master' into more_clip
This commit is contained in:
@@ -541,7 +541,10 @@ namespace Terminal.Gui {
|
||||
vertical.MouseEvent (me);
|
||||
else if (me.Y == horizontal.Frame.Y)
|
||||
horizontal.MouseEvent (me);
|
||||
|
||||
else if (IsOverridden (me.View)) {
|
||||
Application.UngrabMouse ();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user