forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5' into 4.6
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: I6a9838d60dd37d4762fa7a345febc3a59e9d8351
This commit is contained in:
@@ -273,7 +273,7 @@ ProgressManagerPrivate::ProgressManagerPrivate()
|
||||
m_progressViewPinned(false),
|
||||
m_hovered(false)
|
||||
{
|
||||
m_opacityEffect->setOpacity(1);
|
||||
m_opacityEffect->setOpacity(.999);
|
||||
m_instance = this;
|
||||
m_progressView = new ProgressView;
|
||||
// withDelay, so the statusBarWidget has the chance to get the enter event
|
||||
@@ -544,7 +544,7 @@ void ProgressManagerPrivate::stopFadeOfSummaryProgress()
|
||||
{
|
||||
if (m_opacityAnimation) {
|
||||
m_opacityAnimation->stop();
|
||||
m_opacityEffect->setOpacity(1.);
|
||||
m_opacityEffect->setOpacity(.999);
|
||||
delete m_opacityAnimation;
|
||||
}
|
||||
}
|
||||
@@ -690,7 +690,7 @@ void ProgressManagerPrivate::updateStatusDetailsWidget()
|
||||
void ProgressManagerPrivate::summaryProgressFinishedFading()
|
||||
{
|
||||
m_summaryProgressWidget->setVisible(false);
|
||||
m_opacityEffect->setOpacity(1.);
|
||||
m_opacityEffect->setOpacity(.999);
|
||||
}
|
||||
|
||||
void ProgressManagerPrivate::progressDetailsToggled(bool checked)
|
||||
|
||||
Reference in New Issue
Block a user