Merge lp://staging/~brandontschaefer/unity/fix-1246891 into lp://staging/unity
Proposed by
Brandon Schaefer
Status: | Merged |
---|---|
Approved by: | Christopher Townsend |
Approved revision: | no longer in the source branch. |
Merged at revision: | 3935 |
Proposed branch: | lp://staging/~brandontschaefer/unity/fix-1246891 |
Merge into: | lp://staging/unity |
Diff against target: |
25 lines (+9/-5) 1 file modified
launcher/Launcher.cpp (+9/-5) |
To merge this branch: | bzr merge lp://staging/~brandontschaefer/unity/fix-1246891 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Christopher Townsend (community) | Approve | ||
Review via email: mp+252934@code.staging.launchpad.net |
Commit message
When we quit the quicklist it would check if the mouse was over the launcher, if it wasn't it would fold the launcher. We don't need to check this if we are in keynav as we want all the icons to be unfolded.
Description of the change
When we quit the quicklist it would check if the mouse was over the launcher, if it wasnt it would fold the launcher. We dont need to check this if we are in keynav as we want all the icons to be unfolded.
To post a comment you must log in.
LGTM