fix decorator size when surface is loaded
This commit is contained in:
@@ -829,6 +829,11 @@ namespace FlaxEditor.Surface.Archetypes
|
|||||||
node.ResizeAuto();
|
node.ResizeAuto();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Correctly size decorators when surface is loaded
|
||||||
|
Node.ResizeAuto();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|||||||
Reference in New Issue
Block a user