Merge lp:~mgedmin/unity/lp778256 into lp:unity

Proposed by Marius Gedminas
Status: Merged
Merged at revision: 1228
Proposed branch: lp:~mgedmin/unity/lp778256
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
src/PanelTray.cpp (+1/-1)
To merge this branch: bzr merge lp:~mgedmin/unity/lp778256
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+63889@code.launchpad.net

Description of the change

Fix invisible systray icons when using asymmetric dualhead (see bug for details).

njpatel ACKed this on IRC.

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

Approved, thank you.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/PanelTray.cpp'
2--- src/PanelTray.cpp 2011-05-29 22:28:58 +0000
3+++ src/PanelTray.cpp 2011-06-08 15:43:25 +0000
4@@ -85,7 +85,7 @@
5 void
6 PanelTray::Draw (nux::GraphicsEngine& gfx_content, bool force_draw)
7 {
8- nux::Geometry geo = GetGeometry ();
9+ nux::Geometry geo = GetAbsoluteGeometry ();
10
11 if (geo.x != _last_x || geo.y != _last_y)
12 {