Skip to content

Commit

Permalink
#238 Add "drag cursor" visual notification on group header...
Browse files Browse the repository at this point in the history
Signed-off-by: cneben <[email protected]>
  • Loading branch information
cneben committed Aug 15, 2024
1 parent dd87f6b commit f0e5b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RectGroupTemplate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Item {
exclusiveSignals: TapHandler.DoubleTap
onTapped: labelEditor.visible = true
}
MouseArea { anchors.fill: parent; cursorShape: Qt.SizeAllCursor; acceptedButtons: Qt.NoButton }
}
} // labelEditor Item
} // RowLayout: collapser + label
Expand Down

0 comments on commit f0e5b44

Please sign in to comment.