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:
parent
f9b475cc8a
commit
14fa05745f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user