Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112118
D29.1732271772.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
814 B
Referenced Files
None
Subscribers
None
D29.1732271772.diff
View Options
diff --git a/src/contents/ui/StickerPicker.qml b/src/contents/ui/StickerPicker.qml
--- a/src/contents/ui/StickerPicker.qml
+++ b/src/contents/ui/StickerPicker.qml
@@ -58,7 +58,7 @@
model: currentPack
cellWidth: stickerPicker.stickerSize + stickerPicker.stickerMargin
cellHeight: stickerPicker.stickerSize + stickerPicker.stickerMargin
- delegate: Item {
+ delegate: MouseArea {
objectName: `sticker${index}`
property var sticker: currentPack.at(index)
height: stickerPicker.stickerSize + stickerPicker.stickerMargin
@@ -82,9 +82,7 @@
id: hoverHandler
}
- TapHandler {
- onTapped: stickerPicker.sendMessageRequested(sticker.makeEventJson())
- }
+ onClicked: stickerPicker.sendMessageRequested(sticker.makeEventJson())
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 2:36 AM (13 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38790
Default Alt Text
D29.1732271772.diff (814 B)
Attached To
Mode
D29: Stop click leaking from sticker picker
Attached
Detach File
Event Timeline
Log In to Comment