~artmello/gallery-app/gallery-app-fix_1430357

« back to all changes in this revision

Viewing changes to rc/qml/AlbumViewer/AlbumInternals/FramePortrait.qml

  • Committer: Arthur Mello
  • Date: 2015-03-27 23:12:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1182.
  • Revision ID: arthur.mello@canonical.com-20150327231241-djomt7dczcs1d2u0
Add the "at" param to the calls of thumbnailer image provider to make sure the images will be updated after the user
edit them

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        anchors.fill: parent
45
45
        asynchronous: true
46
46
        visible: fullImage.opacity < 1
47
 
        source: load && mediaSource ? "image://thumbnailer/" + mediaSource.path : ""
 
47
        source: load && mediaSource ? "image://thumbnailer/" + mediaSource.path + "?at=" + Date.now() : ""
48
48
        fillMode: fullImage.fillMode
49
49
        sourceSize.width: 256
50
50