Fix layouting bug in SS14 ghost role menu (space-wizards/space-station-14#41434) (#6323)

This commit is contained in:
Fruitsalad
2025-12-19 23:49:52 +01:00
committed by GitHub
parent c7ba63ed8e
commit 43337a3743

View File

@@ -263,6 +263,7 @@ namespace Robust.Client.UserInterface
RunMeasure(control);
if (!control.IsMeasureValid && control.IsInsideTree)
_sawmillUI.Warning($"Control's measure is invalid after measuring. Control: {control}. Parent: {control.Parent}.");
control.InvalidateArrange();
total += 1;
}