Merge lp:~unity-team/unity/unity.fix-965323 into lp:unity
Proposed by
Andrea Cimitan
on 2012-04-17
| Status: | Merged |
|---|---|
| Approved by: | Andrea Cimitan on 2012-04-17 |
| Approved revision: | 2286 |
| Merged at revision: | 2288 |
| Proposed branch: | lp:~unity-team/unity/unity.fix-965323 |
| Merge into: | lp:unity |
| Diff against target: |
94 lines (+6/-10) 4 files modified
plugins/unityshell/src/Launcher.cpp (+1/-1) plugins/unityshell/src/OverlayRenderer.cpp (+2/-3) plugins/unityshell/src/PanelView.cpp (+2/-2) plugins/unityshell/src/UnityWindowView.cpp (+1/-4) |
| To merge this branch: | bzr merge lp:~unity-team/unity/unity.fix-965323 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Robert Carr (community) | Approve on 2012-04-17 | ||
| Michal Hruby (community) | 2012-04-17 | Approve on 2012-04-17 | |
|
Review via email:
|
|||
Commit Message
Fix transparent panel in non-GLSL hardware, and use bool 'false' instead 'FALSE'
Description of the Change
Correctly paint background panel layers.
At the same time, use 'false' boolean instead 'FALSE' (it works as before, but it's more elegant in C++)
To post a comment you must log in.
| Robert Carr (robertcarr) wrote : | # |
This is right. Was a mistake in ~new-dash-blending branch.
review:
Approve


Looks fine to me.