Merge lp:~unity-team/unity/unity.fix-729093 into lp:unity

Proposed by Mirco Müller
Status: Merged
Merged at revision: 1054
Proposed branch: lp:~unity-team/unity/unity.fix-729093
Merge into: lp:unity
Diff against target: 11 lines (+2/-0)
1 file modified
src/Tooltip.cpp (+2/-0)
To merge this branch: bzr merge lp:~unity-team/unity/unity.fix-729093
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+55596@code.launchpad.net

Description of the change

Ensure correct stacking of Tooltips. Fixes LP: #729093

To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

 review approve

Could use more cowbell, but approving anyway ;-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/Tooltip.cpp'
--- src/Tooltip.cpp 2011-03-22 10:12:26 +0000
+++ src/Tooltip.cpp 2011-03-30 16:45:52 +0000
@@ -121,6 +121,8 @@
121 SetBaseX (x);121 SetBaseX (x);
122 SetBaseY (y);122 SetBaseY (y);
123123
124 PushToFront ();
125
124 ShowWindow (true);126 ShowWindow (true);
125 }127 }
126128