Stop ItemStatus from spamming measure
ItemStatus set Label.Text in Update which caused measure and arrange to be invalidated every update.
This commit is contained in:
@@ -126,10 +126,10 @@ namespace Content.Client.UserInterface
|
||||
{
|
||||
_entity = entity;
|
||||
BuildNewEntityStatus();
|
||||
_itemNameLabel.Text = entity.Name;
|
||||
}
|
||||
|
||||
_panel.Visible = true;
|
||||
_itemNameLabel.Text = entity.Name;
|
||||
}
|
||||
|
||||
private void ClearOldStatus()
|
||||
|
||||
Reference in New Issue
Block a user