fltk-rs/fl2rust

hide as label causes widget to hide

1sra3l opened this issue · 1 comments

I made something with the label "hide" and it hid the widget. According to the src it is a reserved word.

I was able to work around the issue by using "[SPACE]hide"

Would changing the reserved word to "hide()" work still?

I've pushed a fix and published a new release