Merge lp:~dandrader/qtmir/itemDirtyOnSurfaceChange-lp1492185 into lp:qtmir

Proposed by Daniel d'Andrada
Status: Merged
Approved by: Gerry Boland
Approved revision: 370
Merged at revision: 373
Proposed branch: lp:~dandrader/qtmir/itemDirtyOnSurfaceChange-lp1492185
Merge into: lp:qtmir
Diff against target: 11 lines (+2/-0)
1 file modified
src/modules/Unity/Application/mirsurfaceitem.cpp (+2/-0)
To merge this branch: bzr merge lp:~dandrader/qtmir/itemDirtyOnSurfaceChange-lp1492185
Reviewer Review Type Date Requested Status
Gerry Boland (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+270208@code.launchpad.net

Commit message

MirSurfaceItem gets dirty when it's set to draw a different (or no) surface

Description of the change

* Are there any related MPs required for this MP to build/function as expected? Please list.
No

* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes

* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
Not applicable

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Gerry Boland (gerboland) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/modules/Unity/Application/mirsurfaceitem.cpp'
2--- src/modules/Unity/Application/mirsurfaceitem.cpp 2015-08-24 12:43:01 +0000
3+++ src/modules/Unity/Application/mirsurfaceitem.cpp 2015-09-04 18:39:15 +0000
4@@ -623,6 +623,8 @@
5 }
6 }
7
8+ update();
9+
10 Q_EMIT surfaceChanged(m_surface);
11 }
12

Subscribers

People subscribed via source and target branches