1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 19:21:41 +03:00

do not clip applets at all cases

--this way cases that applets painting such as
shadows, blur etc. is out of the applets contents
they are still painted
This commit is contained in:
Michail Vourlakos 2021-10-23 20:29:31 +03:00
parent 33428af95b
commit 04929b0138

View File

@ -30,7 +30,7 @@ Item {
height: isInternalViewSplitter && !root.inConfigureAppletsMode ? 0 : computeHeight height: isInternalViewSplitter && !root.inConfigureAppletsMode ? 0 : computeHeight
//any applets that exceed their limits should not take events from their surrounding applets //any applets that exceed their limits should not take events from their surrounding applets
clip: !isSeparator && !parabolicAreaLoader.active //clip: !isSeparator && !parabolicAreaLoader.active
signal mousePressed(int x, int y, int button); signal mousePressed(int x, int y, int button);
signal mouseReleased(int x, int y, int button); signal mouseReleased(int x, int y, int button);