mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-24 17:33:50 +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:
parent
33428af95b
commit
04929b0138
@ -30,7 +30,7 @@ Item {
|
||||
height: isInternalViewSplitter && !root.inConfigureAppletsMode ? 0 : computeHeight
|
||||
|
||||
//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 mouseReleased(int x, int y, int button);
|
||||
|
Loading…
Reference in New Issue
Block a user