when resizing the window (on HashLink), I guess heaps or haxeui recreates a bunch of objects or something? and then this style helper is trying to touch the styles for containers that have been nulled, causing a crash?
so I just added this null check to fix it, works well for me at least!
when resizing the window (on HashLink), I guess heaps or haxeui recreates a bunch of objects or something? and then this style helper is trying to touch the styles for containers that have been nulled, causing a crash?
so I just added this null check to fix it, works well for me at least!