uiTableModelInsertRow() causes invalid rows to be accessed (on windows)
オープン
- 主要言語
- C
- スター
- 10.9k
- フォーク
- 612
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
If uiTableModelInsertRow() is called on an active uiTable, the table will then try to fetch one row more than what the model provides.
If the table already has a lot of content, the invalid fetch won't occur until you scroll right down to bring the last row into view.
Seems to be windows-specific.
example here:
https://github.com/bcampbell/libui/blob/destruc-table/examples/destruc-table/main.c
コントリビューションガイド
評価
この issue はまだ評価されていません。