AndyObtiva / glimmer-dsl-libui

Glimmer DSL for LibUI - Prerequisite-Free Ruby Desktop Development Cross-Platform Native GUI Library - The Quickest Way From Zero To GUI - If You Liked Shoes, You'll Love Glimmer! - No need to pre-install any prerequisites. Just install the gem and have platform-independent GUI that just works on Mac, Windows, and Linux.
MIT License
458 stars 15 forks source link

Cannot add rows to a table that started empty #36

Closed singpolyma closed 1 year ago

singpolyma commented 1 year ago

If a table starts bound to an empty array, then adding elements to the array does nothing

singpolyma commented 1 year ago

Calling #clear right away after cell_rows is fine.

AndyObtiva commented 1 year ago

Good catch! I just confirmed the issue.

AndyObtiva commented 1 year ago

This issue has been fixed with version 0.6.0.pre.2: https://rubygems.org/gems/glimmer-dsl-libui/versions/0.6.0.pre.2

I am closing this issue as a result. If you encounter further related issues, you may comment or re-open if needed.