mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed tests
This commit is contained in:
@@ -65,7 +65,7 @@ public class DimAuto () : Dim
|
||||
var subviewsSize = 0;
|
||||
|
||||
int autoMin = MinimumContentDim?.GetAnchor (superviewContentSize) ?? 0;
|
||||
int autoMax = MaximumContentDim?.GetAnchor (superviewContentSize) ?? superviewContentSize;
|
||||
int autoMax = MaximumContentDim?.GetAnchor (superviewContentSize) ?? int.MaxValue;
|
||||
|
||||
if (Style.FastHasFlags (DimAutoStyle.Text))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user