Skip to content

Commit 472d413

Browse files
committed
just change visibity instead of the color
1 parent d2ce491 commit 472d413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Desktop/components/JASP/Widgets/DataTableViewEdit.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ Item
176176
Rectangle
177177
{
178178
id: highlighter
179-
color: editItem.isEditing ? "transparent" : jaspTheme.itemHighlight
179+
color: jaspTheme.itemHighlight
180180
z: -1
181-
visible: ribbonModel.dataMode
181+
visible: ribbonModel.dataMode && editItem && editItem.isEditing
182182
border.width: 2
183183
border.color: jaspTheme.itemHighlight
184184
anchors

0 commit comments

Comments
 (0)