Merge lp:~henridv/unity/fix-for-bug-703067 into lp:unity

Proposed by Henri De Veene
Status: Merged
Approved by: Gord Allott
Approved revision: no longer in the source branch.
Merged at revision: 1134
Proposed branch: lp:~henridv/unity/fix-for-bug-703067
Merge into: lp:unity
Diff against target: 13 lines (+2/-1)
1 file modified
src/Launcher.cpp (+2/-1)
To merge this branch: bzr merge lp:~henridv/unity/fix-for-bug-703067
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+57555@code.launchpad.net

Description of the change

Fix for bug #703067: Running/active indicators point to space between launcher icons for folded icons.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/Launcher.cpp'
--- src/Launcher.cpp 2011-04-13 14:12:47 +0000
+++ src/Launcher.cpp 2011-04-13 18:18:44 +0000
@@ -2292,7 +2292,8 @@
2292 nux::Geometry geo)2292 nux::Geometry geo)
2293{2293{
2294 int markerCenter = (int) arg.render_center.y;2294 int markerCenter = (int) arg.render_center.y;
22952295 markerCenter -= (int) (arg.x_rotation / (2 * M_PI) * _icon_size);
2296
2296 if (running > 0)2297 if (running > 0)
2297 {2298 {
2298 nux::TexCoordXForm texxform;2299 nux::TexCoordXForm texxform;