eduran84 / LTN_Tracker

Other
7 stars 6 forks source link

UI elements get deleted #10

Closed eduran84 closed 5 years ago

eduran84 commented 5 years ago

See https://forums.factorio.com/viewtopic.php?f=214&t=64842#p398347 In the save file, all UI elements have been deleted. Forcing a UI rebuild solves the issue. Whenever LTNT deletes a UI element, it also removes the reference to that element. In the save in question the references were still intact. Leads me to believe another mod messed something up (e.g. by calling clear() on the root ui element).