forked from qt-creator/qt-creator
Cover more 1.0 opacity cases
Task-number: QTCREATORBUG-19716 Change-Id: Ia9abed20ffd816c35f5aacc1d837b1ed81ec2b61 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
1314422cc2
commit
e4c8d09449
@@ -371,7 +371,7 @@ void FutureProgressPrivate::fadeAway()
|
||||
m_isFading = true;
|
||||
|
||||
QGraphicsOpacityEffect *opacityEffect = new QGraphicsOpacityEffect;
|
||||
opacityEffect->setOpacity(1.);
|
||||
opacityEffect->setOpacity(.999);
|
||||
m_q->setGraphicsEffect(opacityEffect);
|
||||
|
||||
QSequentialAnimationGroup *group = new QSequentialAnimationGroup(this);
|
||||
|
||||
Reference in New Issue
Block a user