You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to close a list of multistructures while using the structure placer wand, it instead just re-draws the list of multistructures, instead of actually closing it.
I assume this is because there's no toggling of the list, and it just appends each click?
It would be pretty nice to be able to close these lists, because as far as I know the only way to do it is by closing the UI.
I suspect it's from here, where each click appends the list without any sort of toggle / detection of the list already being displayed?
Could be wrong, since this was just a quick glance, but I'd appreciate if this was fixed.
Notice the alpha of the list backgrounds increases each click.
The text was updated successfully, but these errors were encountered:
MooMoo7661
changed the title
Clicking to close a multistructure list only causes it to draw more layers
[Bug] Clicking to close a multistructure list only causes it to draw more layers
May 10, 2024
When trying to close a list of multistructures while using the structure placer wand, it instead just re-draws the list of multistructures, instead of actually closing it.
I assume this is because there's no toggling of the list, and it just appends each click?
It would be pretty nice to be able to close these lists, because as far as I know the only way to do it is by closing the UI.
I suspect it's from here, where each click appends the list without any sort of toggle / detection of the list already being displayed?
Could be wrong, since this was just a quick glance, but I'd appreciate if this was fixed.
StructureHelper/GUI/ManualGeneratorMenu.cs
Lines 235 to 254 in 8d92820
Notice the alpha of the list backgrounds increases each click.
The text was updated successfully, but these errors were encountered: