fltk-rs / fltk-table

A smart table widget for fltk-rs
MIT License
16 stars 4 forks source link

When editable is false, a spurious input field appears #15

Closed rongcuid closed 1 year ago

rongcuid commented 1 year ago

If TableOpts's editable field is set to false, there is an input field that should not appear. Note the big field below the table.

Screenshot from 2022-11-16 15-04-24

rongcuid commented 1 year ago

Sorry, that was a bug for version 0.1 (#6). Using the latest 0.2 solves it.