Merge lp:~canonical-dx-team/unity/unity.fix-697791-revert into lp:unity

Proposed by Mirco Müller
Status: Merged
Merged at revision: 768
Proposed branch: lp:~canonical-dx-team/unity/unity.fix-697791-revert
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
src/StaticCairoText.cpp (+1/-1)
To merge this branch: bzr merge lp:~canonical-dx-team/unity/unity.fix-697791-revert
Reviewer Review Type Date Requested Status
Jay Taoko (community) Approve
Review via email: mp+46360@code.launchpad.net

Description of the change

This reverts commit 735 relating to LP: #697791 because it caused the tooltip-text be clipped at the bottom on some systems. See https://bugs.launchpad.net/unity/+bug/697791/comments/10

To post a comment you must log in.
Revision history for this message
Jay Taoko (jaytaoko) wrote :

Approved

Revision history for this message
Jay Taoko (jaytaoko) wrote :

Approved and submitted

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/StaticCairoText.cpp'
2--- src/StaticCairoText.cpp 2011-01-07 21:06:46 +0000
3+++ src/StaticCairoText.cpp 2011-01-14 23:08:53 +0000
4@@ -289,7 +289,7 @@
5
6 pango_layout_context_changed (layout);
7
8- cairo_move_to (cr, -1.0f, 1.0f);
9+ cairo_move_to (cr, 0.0f, 0.0f);
10 pango_cairo_show_layout (cr, layout);
11
12 // clean up