invert preserveBounds back
This commit is contained in:
@@ -193,7 +193,7 @@ namespace FlaxEngine.GUI
|
||||
}
|
||||
return result;
|
||||
}
|
||||
set => SetAnchorPreset(value, true, false);
|
||||
set => SetAnchorPreset(value, false);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user