britzl / gooey

Defold GUI system
MIT License
150 stars 22 forks source link

Incorrect is_enabled? #18

Closed Insality closed 6 years ago

Insality commented 6 years ago

https://github.com/britzl/gooey/blob/3ab5b022a58192f401e24fea1944166e34b07da1/gooey/internal/core.lua#L60

for example: if we have such struct as: Node1 (enabled) => Node2 (disabled) => Button(enabled)

and check is_enabled(Button) we got enabled of Node1 - true

britzl commented 6 years ago

Thank you so much for reporting! Released a fix and a new version just now.