mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Prevents ScrollView from handling the mouse if the content view needs to handle it.
This commit is contained in:
@@ -537,7 +537,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