1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-28 19:13:38 +02:00

fixed old selections staying behind on re-added uis

This commit is contained in:
Ellpeck 2019-09-09 18:49:34 +02:00
parent 42a0ef172b
commit bb99a76f61

View file

@ -132,6 +132,7 @@ namespace MLEM.Ui {
e.Root = null;
e.System = null;
});
root.SelectElement(null);
}
public RootElement Get(string name) {