mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kdeplasma-addons: adjust to plasma changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3fb98b7044
commit
019587b602
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue