Merge lp:~mrasmus/unity/fix-698061 into lp:unity

Proposed by Matthew Rasmus
Status: Merged
Merged at revision: 777
Proposed branch: lp:~mrasmus/unity/fix-698061
Merge into: lp:unity
Diff against target: 13 lines (+3/-0)
1 file modified
src/PanelMenuView.cpp (+3/-0)
To merge this branch: bzr merge lp:~mrasmus/unity/fix-698061
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+46839@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Nice! working fine, thanks for your contribution :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/PanelMenuView.cpp'
2--- src/PanelMenuView.cpp 2011-01-14 18:17:34 +0000
3+++ src/PanelMenuView.cpp 2011-01-19 22:03:17 +0000
4@@ -188,6 +188,9 @@
5 _panel_titlebar_grab_area->SetGeometry (geo.x, geo.y, geo.width, geo.height);
6
7 Refresh ();
8+
9+ if (_is_inside)
10+ NeedRedraw ();
11
12 return res;
13 }