mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
plasma: set the opacity of TasksSvg to zero before showing it
to smooth the transition Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b5901bd578
commit
1dfcde2841
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ WId TasksSvg::task() const
|
|||
|
||||
void TasksSvg::animatedShow()
|
||||
{
|
||||
setOpacity(0.0);
|
||||
show();
|
||||
Plasma::Animation *animation = Plasma::Animator::create(Plasma::Animator::FadeAnimation, this);
|
||||
Q_ASSERT(animation != nullptr);
|
||||
|
|
Loading…
Add table
Reference in a new issue