diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-16 16:16:52 +1000 |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-16 16:16:52 +1000 |
commit | a8003df9c7d17a7cdb94161a0aa1b553a30a68e4 (patch) | |
tree | 5f95cc47ab5fa251205835aa666d488ffec0a962 /demos | |
parent | 98e94aa8143597bc419701d7b29618601f246f6f (diff) | |
download | qt4-tools-a8003df9c7d17a7cdb94161a0aa1b553a30a68e4.tar.gz |
Ensure existing image is gone before next photo selection.
Task-number: QTBUG-8084
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/flickr/mobile/TitleBar.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/flickr/mobile/TitleBar.qml b/demos/declarative/flickr/mobile/TitleBar.qml index 72b779fb44..71d9385f50 100644 --- a/demos/declarative/flickr/mobile/TitleBar.qml +++ b/demos/declarative/flickr/mobile/TitleBar.qml @@ -12,6 +12,7 @@ Item { width: (parent.width * 2) - 55 ; height: parent.height function accept() { + imageDetails.closed() titleBar.state = "" background.state = "" rssModel.tags = editor.text |