Clipboard change → force image preview update
This commit is contained in:
parent
0088fadddd
commit
c1f9416f1a
2
TODO.md
2
TODO.md
|
@ -4,8 +4,6 @@
|
|||
- hflickable: support kinetic scrolling disabler
|
||||
- settings
|
||||
|
||||
- verify upload cancellation
|
||||
- clipboard preview doesn't update when copied image changes until second time
|
||||
- Avatar tooltip can get displayed in front of presence menu
|
||||
- Use loading cursorShape
|
||||
- Increase keyboard page scroll speed
|
||||
|
|
|
@ -59,6 +59,11 @@ HColumnPopup {
|
|||
source: "image://clipboard/" + updateCounter
|
||||
sourceSize.width: popup.contentWidthLimit
|
||||
|
||||
onUpdateCounterChanged: {
|
||||
source = "Need an invalid value to update properly, don't know why"
|
||||
source = "image://clipboard/" + updateCounter
|
||||
}
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredHeight:
|
||||
|
|
Loading…
Reference in New Issue
Block a user