Merge lp://staging/~eyelash/plank/xshape into lp://staging/plank
Proposed by
eyelash
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~eyelash/plank/xshape |
Merge into: | lp://staging/plank |
Diff against target: |
47 lines (+13/-4) 2 files modified
lib/DockRenderer.vala (+13/-1) lib/Drawing/Theme.vala (+0/-3) |
To merge this branch: | bzr merge lp://staging/~eyelash/plank/xshape |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Rico Tzschichholz | Needs Fixing | ||
Review via email: mp+208462@code.staging.launchpad.net |
Commit message
support rounded corners in non-composited environments
Description of the change
support rounded corners in non-composited environments
Note that I'm not familiar with the plank codebase so there might be some issues that I don't know about.
To post a comment you must log in.
Looks fine so far.
The else-path in composited_changed is not needed.
What is suppose to happen if the theme defines a huge corner-radius? It will result in cut off icons this way.