mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed glow effect in importing widget (MacOSX)
This commit is contained in:
parent
2289e24602
commit
dcc4745812
@ -75,9 +75,7 @@ YACReaderActivityIndicatorWidget::YACReaderActivityIndicatorWidget(QWidget * par
|
|||||||
animation2->setEndValue(1);
|
animation2->setEndValue(1);
|
||||||
//animation2->setEasingCurve(QEasingCurve::InQuint);
|
//animation2->setEasingCurve(QEasingCurve::InQuint);
|
||||||
|
|
||||||
#ifndef Q_OS_MAC
|
|
||||||
glow->setGraphicsEffect(effect);
|
glow->setGraphicsEffect(effect);
|
||||||
#endif
|
|
||||||
|
|
||||||
connect(animation,SIGNAL(finished()),animation2,SLOT(start()));
|
connect(animation,SIGNAL(finished()),animation2,SLOT(start()));
|
||||||
connect(animation2,SIGNAL(finished()),animation,SLOT(start()));
|
connect(animation2,SIGNAL(finished()),animation,SLOT(start()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user