Merge lp://staging/~uriboni/camera-app/rotate-popovers into lp://staging/camera-app/staging
Proposed by
Ugo Riboni
Status: | Merged |
---|---|
Approved by: | Florian Boucault |
Approved revision: | 614 |
Merged at revision: | 614 |
Proposed branch: | lp://staging/~uriboni/camera-app/rotate-popovers |
Merge into: | lp://staging/camera-app/staging |
Diff against target: |
119 lines (+23/-9) 4 files modified
DeleteDialog.qml (+1/-3) GalleryView.qml (+1/-0) PhotogridView.qml (+11/-4) SlideshowView.qml (+10/-2) |
To merge this branch: | bzr merge lp://staging/~uriboni/camera-app/rotate-popovers |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Florian Boucault (community) | Needs Fixing | ||
Review via email: mp+278685@code.staging.launchpad.net |
Commit message
Correctly rotate the share and delete dialogs by parenting them to the views that trigger them
Description of the change
Correctly rotate the share and delete dialogs by parenting them to the views that trigger them
To post a comment you must log in.
PopupUtils. open(sharePopov erComponent) .parent = photogridView
2 non obvious things in one line, please make it 2 lines