mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Fix layouting bug in SS14 ghost role menu (space-wizards/space-station-14#41434) (#6323)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user