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
Adding a Control type like a button to a view multiple times crashes BlishHud when the View is being disposed of.
Add a Control Type to a View twice (in my case, a button to a settings view)
Set the buttons parent via the parent field
add the button via .AddChild(button) again
Observe BlishHud Freezing upon Disabling the Module
This is definitely a user error, but I would expect adding a control twice to be caught beforehand or an exception is thrown when the element is to be disposed of again.
The text was updated successfully, but these errors were encountered:
Adding a Control type like a button to a view multiple times crashes BlishHud when the View is being disposed of.
This is definitely a user error, but I would expect adding a control twice to be caught beforehand or an exception is thrown when the element is to be disposed of again.
The text was updated successfully, but these errors were encountered: