Merge lp:~mrasmus/unity/unity.fix-691765 into lp:unity

Proposed by Matthew Rasmus on 2010-12-18
Status: Merged
Merged at revision: 728
Proposed branch: lp:~mrasmus/unity/unity.fix-691765
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
src/PanelMenuView.cpp (+1/-1)
To merge this branch: bzr merge lp:~mrasmus/unity/unity.fix-691765
Reviewer Review Type Date Requested Status
Jason Smith (community) 2010-12-18 Approve on 2010-12-20
Review via email: mp+44146@code.launchpad.net
To post a comment you must log in.
Jason Smith (jassmith) wrote :

+1

Jason Smith (jassmith) wrote :

oops, approved

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 2010-12-17 10:37:49 +0000
3+++ src/PanelMenuView.cpp 2010-12-18 20:16:54 +0000
4@@ -185,7 +185,7 @@
5
6 if (_is_maximized)
7 {
8- if (!_is_inside)
9+ if (!_is_inside && !_last_active_view)
10 gPainter.PushDrawLayer (GfxContext, GetGeometry (), _title_layer);
11 }
12 else