Clipboard change → force image preview update

This commit is contained in:
miruka 2020-07-21 23:47:41 -04:00
parent 0088fadddd
commit c1f9416f1a
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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: