1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 22:50:14 +03:00

remove kwin effects when hiding editVisual

This commit is contained in:
Michail Vourlakos 2018-02-17 16:17:16 +02:00
parent f9b475cc8a
commit 14fa05745f

View File

@ -326,6 +326,13 @@ Item{
from: "edit"
to: "*"
SequentialAnimation{
ScriptAction{
script: {
//! remove kwin effects when starting the animation
dock.effectsArea = Qt.rect(-1, -1, 0, 0);
}
}
ParallelAnimation{
PropertyAnimation {
target: editVisual