Fri, 21 Aug 2026 19:53:21 +0200
don't call activation callbacks when there is no list selection (QT)
| application/main.c | file | annotate | diff | comparison | revisions | |
| ui/qt/model.cpp | file | annotate | diff | comparison | revisions |
--- a/application/main.c Tue Aug 18 20:48:31 2026 +0200 +++ b/application/main.c Fri Aug 21 19:53:21 2026 +0200 @@ -1203,7 +1203,7 @@ static void list_activate(UiEvent *event, void *userdata) { UiListSelection *sel = event->eventdata; - printf("selection [%d]\n", sel->rows[0]); + printf("activate: selection [%d]\n", sel->rows[0]); } void* table_getvalue(void *elm, int col) {