fltk-rs / fl2rust

A fluid (fltk ui designer) file to Rust transpiler
MIT License
53 stars 3 forks source link

hide as label causes widget to hide #13

Closed 1sra3l closed 2 years ago

1sra3l commented 2 years ago

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?

MoAlyousef commented 2 years ago

I've pushed a fix and published a new release