mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-25 22:18:34 +01:00
fixed old selections staying behind on re-added uis
This commit is contained in:
parent
42a0ef172b
commit
bb99a76f61
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ namespace MLEM.Ui {
|
|||
e.Root = null;
|
||||
e.System = null;
|
||||
});
|
||||
root.SelectElement(null);
|
||||
}
|
||||
|
||||
public RootElement Get(string name) {
|
||||
|
|
Loading…
Reference in a new issue