kdeplasma-addons: adjust to plasma changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-05-20 05:24:52 +03:00
parent 3fb98b7044
commit 019587b602

View file

@ -623,7 +623,7 @@ void GroupingContainment::addGroup(AbstractGroup *group, const QPointF &pos)
if (!d->loading && !pos.isNull()) {
d->manageGroup(group, pos);
Plasma::Animation *anim = Plasma::Animator::create(Plasma::Animator::AppearAnimation);
Plasma::Animation *anim = Plasma::Animator::create(Plasma::Animator::ZoomAnimation);
if (anim) {
anim->setTargetWidget(group);
anim->setDirection(QAbstractAnimation::Backward);