Code review comment for lp:~aacid/unity8/eatHoverWhenLauncherMenuIsOpen

Revision history for this message
Albert Astals Cid (aacid) wrote :

We need the one in LauncherPanel to filter everything outside the quicklist and we need the one in Launcher to filter the quicklist itself.

> Also I'm not sure why the change in Launcher.qml is required.
You mean the enabled: change to include !root.lockedVisible? It's not really needed but saves up some cpu if you're running with that mode since otherwise the inversemousearea is executing contains() for every single move, and it's not really cheap.

« Back to merge proposal