Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -790,10 +790,7 @@ namespace Barotrauma
|
||||
return false;
|
||||
}
|
||||
};
|
||||
//force update twice because the listbox is insanely janky
|
||||
//TODO: fix all of the UI :)
|
||||
listBox.ForceUpdate();
|
||||
listBox.ForceUpdate();
|
||||
listBox.ForceLayoutRecalculation();
|
||||
foreach (var childLayoutGroup in listBox.Content.GetAllChildren<GUILayoutGroup>())
|
||||
{
|
||||
childLayoutGroup.Recalculate();
|
||||
|
||||
Reference in New Issue
Block a user