fix pointer cursor on all click targets - move cursorShape from TapHandler to HoverHandler
This commit is contained in:
parent
a43d0c8dcd
commit
a35f451fc0
16 changed files with 33 additions and 28 deletions
|
|
@ -326,8 +326,10 @@ PanelWindow {
|
|||
height: 20
|
||||
visible: !root.popupMode
|
||||
|
||||
TapHandler {
|
||||
HoverHandler {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
TapHandler {
|
||||
onTapped: {
|
||||
root._pinned = !root._pinned;
|
||||
if (!root._pinned && !root.showPanel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue