this is fixed now, actually quite a nice little bu...
# haxe-ui
b
this is fixed now, actually quite a nice little bug: when you change the groupName for optionbox (and button) it wouldnt remove itself from the old group, just add itself to the new group, meaning there were references hanging about for it in the old group. This is actually a memory leak (granted not a huge one, but certainly still there). The only reason it errored (and its lucky that it did otherwise i wouldnt have found this) is because later it was going through the members in that group, but some that shouldnt have been there in the first place were destroyed... it was then trying to set properties on those destroyed components