Merge lp:~nicolas-doffay/unity/low-gfx-mode into lp:unity

Proposed by Nicolas d'Offay
Status: Merged
Approved by: Omer Akram
Approved revision: no longer in the source branch.
Merged at revision: 2790
Proposed branch: lp:~nicolas-doffay/unity/low-gfx-mode
Merge into: lp:unity
Diff against target: 11 lines (+1/-1)
1 file modified
unity-shared/OverlayRenderer.cpp (+1/-1)
To merge this branch: bzr merge lp:~nicolas-doffay/unity/low-gfx-mode
Reviewer Review Type Date Requested Status
Nick Dedekind (community) Approve
Review via email: mp+127828@code.launchpad.net

Commit message

Fixed flickering bug in Dash

Description of the change

Fixed flickering bug.

To post a comment you must log in.
Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

LGTM.

review: Approve
Revision history for this message
Unity Merger (unity-merger) wrote :

No commit message specified.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'unity-shared/OverlayRenderer.cpp'
2--- unity-shared/OverlayRenderer.cpp 2012-09-28 16:00:46 +0000
3+++ unity-shared/OverlayRenderer.cpp 2012-10-03 16:58:26 +0000
4@@ -725,7 +725,7 @@
5 texxform,
6 nux::color::White);
7
8- gfx_context.GetRenderStates().SetBlend(false);
9+ gfx_context.GetRenderStates().SetBlend(true);
10 gfx_context.GetRenderStates().SetPremultipliedBlend(nux::SRC_OVER);
11 gfx_context.GetRenderStates().SetColorMask(true, true, true, true);
12