Merge lp:~gerboland/unity-2d/panel-bad-pixels into lp:unity-2d

Proposed by Gerry Boland
Status: Merged
Approved by: Florian Boucault
Approved revision: 721
Merged at revision: 721
Proposed branch: lp:~gerboland/unity-2d/panel-bad-pixels
Merge into: lp:unity-2d
Diff against target: 10 lines (+1/-0)
1 file modified
libunity-2d-private/src/panelstyle.cpp (+1/-0)
To merge this branch: bzr merge lp:~gerboland/unity-2d/panel-bad-pixels
Reviewer Review Type Date Requested Status
Florian Boucault Pending
Review via email: mp+75374@code.launchpad.net

Description of the change

[panel] Fix line of bad pixels above panel. See bug:846335

To post a comment you must log in.
Revision history for this message
MichaƂ Sawicz (saviq) wrote :

Works for me!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libunity-2d-private/src/panelstyle.cpp'
2--- libunity-2d-private/src/panelstyle.cpp 2011-08-22 09:17:03 +0000
3+++ libunity-2d-private/src/panelstyle.cpp 2011-09-14 16:14:58 +0000
4@@ -79,6 +79,7 @@
5 CairoUtils::SurfacePointer surface(CairoUtils::createSurfaceForQImage(&image));
6 CairoUtils::Pointer cr(cairo_create(surface.data()));
7 gtk_render_background(m_styleContext.data(), cr.data(), 0, 0, image.width(), image.height());
8+ gtk_render_frame(m_styleContext.data(), cr.data(), 0, 0, image.width(), image.height());
9 return QBrush(image);
10 }
11

Subscribers

People subscribed via source and target branches