mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Break the loop if the superview is found.
This commit is contained in:
@@ -149,6 +149,8 @@ public class ScrollView : View
|
||||
if (supView == _contentView)
|
||||
{
|
||||
Application.GrabMouse (this);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
supView = supView.SuperView;
|
||||
|
||||
Reference in New Issue
Block a user