From 3cdf786dba2af2655928a0473da183eb0fdb7b06 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 15 Apr 2025 14:51:37 +0000 Subject: [PATCH] live-preview: Do not show "
" in table edit window --- tools/lsp/ui/components/spreadsheet.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lsp/ui/components/spreadsheet.slint b/tools/lsp/ui/components/spreadsheet.slint index da5d29fcf..12bcdf2df 100644 --- a/tools/lsp/ui/components/spreadsheet.slint +++ b/tools/lsp/ui/components/spreadsheet.slint @@ -49,7 +49,7 @@ export component EditWindow inherits PopupWindow { PropertyValueWidget { property-value: root.current-table.values[root.current-cell-data.row][root.current-cell-data.col]; - property-name: root.current-cell-data.property-group-id; + property-name: root.current-table.headers[root.current-cell-data.col]; enabled: true; changed property-value => {