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
|
- hflickable: support kinetic scrolling disabler
|
||||||
- settings
|
- 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
|
- Avatar tooltip can get displayed in front of presence menu
|
||||||
- Use loading cursorShape
|
- Use loading cursorShape
|
||||||
- Increase keyboard page scroll speed
|
- Increase keyboard page scroll speed
|
||||||
|
|
|
@ -59,6 +59,11 @@ HColumnPopup {
|
||||||
source: "image://clipboard/" + updateCounter
|
source: "image://clipboard/" + updateCounter
|
||||||
sourceSize.width: popup.contentWidthLimit
|
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.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.preferredHeight:
|
Layout.preferredHeight:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user