mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 22:50:14 +03:00
update maskArea when effectsArea is changing
--this applies only in !compositing mode, because is that mode effectsArea is always more accurate instead of the mask calculations!
This commit is contained in:
parent
3d6ff9583b
commit
cce68d0653
@ -313,6 +313,10 @@ Item{
|
||||
efGeometry.height = height;
|
||||
|
||||
dock.effectsArea = efGeometry;
|
||||
|
||||
if (!Latte.WindowSystem.compositingActive) {
|
||||
visibilityManager.updateMaskArea();
|
||||
}
|
||||
}
|
||||
|
||||
//! the increases used when the user forces a solid background and the background
|
||||
|
Loading…
x
Reference in New Issue
Block a user