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);
|
||||
|
@@ -51,7 +51,7 @@ using namespace ProjectExplorer::Internal;
|
||||
using namespace Utils;
|
||||
|
||||
ToolWidget::ToolWidget(QWidget *parent) : FadingPanel(parent),
|
||||
m_targetOpacity(1.0f)
|
||||
m_targetOpacity(.999)
|
||||
{
|
||||
auto layout = new QHBoxLayout;
|
||||
layout->setMargin(4);
|
||||
|
Reference in New Issue
Block a user