mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Merge branch 'v2_develop' into v2_2491-Overlapped
This commit is contained in:
@@ -153,6 +153,11 @@ public record DimAuto (Dim? MaximumContentDim, Dim? MinimumContentDim, DimAutoSt
|
||||
.ToList ();
|
||||
}
|
||||
|
||||
foreach (View notDependentSubView in notDependentSubViews)
|
||||
{
|
||||
notDependentSubView.SetRelativeLayout (us.GetContentSize ());
|
||||
}
|
||||
|
||||
for (var i = 0; i < notDependentSubViews.Count; i++)
|
||||
{
|
||||
View v = notDependentSubViews [i];
|
||||
|
||||
Reference in New Issue
Block a user