mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-13 05:17:48 +03:00
fix invisiblity of Separator applets in rare cases
--when the user was using applets separators with parabolic effect there were cases that did not appear at all. This is now fixed.
This commit is contained in:
parent
0c5fb4957e
commit
e83dcfdc92
@ -43,7 +43,7 @@ Item {
|
||||
height: isInternalViewSplitter && !root.inConfigureAppletsMode ? 0 : computeHeight
|
||||
|
||||
//any applets that exceed their limits should not take events from their surrounding applets
|
||||
clip: true
|
||||
clip: !isSeparator
|
||||
|
||||
signal mousePressed(int x, int y, int button);
|
||||
signal mouseReleased(int x, int y, int button);
|
||||
|
Loading…
Reference in New Issue
Block a user