We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ce491 commit 472d413Copy full SHA for 472d413
Desktop/components/JASP/Widgets/DataTableViewEdit.qml
@@ -176,9 +176,9 @@ Item
176
Rectangle
177
{
178
id: highlighter
179
- color: editItem.isEditing ? "transparent" : jaspTheme.itemHighlight
+ color: jaspTheme.itemHighlight
180
z: -1
181
- visible: ribbonModel.dataMode
+ visible: ribbonModel.dataMode && editItem && editItem.isEditing
182
border.width: 2
183
border.color: jaspTheme.itemHighlight
184
anchors
0 commit comments