Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114398
D29.1732544100.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.1732544100.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
Mon, Nov 25, 6:15 AM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40220
Default Alt Text
D29.1732544100.diff (814 B)
Attached To
Mode
D29: Stop click leaking from sticker picker
Attached
Detach File
Event Timeline
Log In to Comment