mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
disable nao can animation
Change-Id: Ib5d29d43e291a262d384ebb66897c501df0dbf6f
This commit is contained in:
parent
bac0c5cfca
commit
62d7fbeecc
Notes:
Deepin Code Review
2016-09-28 17:57:10 +08:00
Verified+1: Anonymous Coward #1000004 Code-Review+2: 石博文 <sbw@sbw.so> Submitted-by: 石博文 <sbw@sbw.so> Submitted-at: Wed, 28 Sep 2016 17:57:06 +0800 Reviewed-on: https://cr.deepin.io/16397 Project: dde/dde-dock Branch: refs/heads/master
@ -259,9 +259,9 @@ void AppItem::mouseReleaseEvent(QMouseEvent *e)
|
||||
return;
|
||||
|
||||
// start launching effects
|
||||
m_launchingEffects = 0.0;
|
||||
m_launchingEffectsTimer->start();
|
||||
update();
|
||||
//m_launchingEffects = 0.0;
|
||||
//m_launchingEffectsTimer->start();
|
||||
//update();
|
||||
}
|
||||
|
||||
void AppItem::mousePressEvent(QMouseEvent *e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user