AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.11k stars 127 forks source link

A TableWidget with no rows or columns results in a panic #752

Closed bytesiz3d closed 5 months ago

bytesiz3d commented 5 months ago

https://github.com/AllenDang/giu/blob/c953bb60c0d93c4a5af2ab7d8e8b8b36e6bd90df/TableWidgets.go#L172

This line here does not check if the rows slice is empty, which is possible.

gucio321 commented 5 months ago

Thank you for the PR!