Various bug fixes
This commit is contained in:
parent
973cbd83d9
commit
b1f7baa79f
10 changed files with 30 additions and 20 deletions
|
|
@ -109,7 +109,7 @@ void SlidingStackedWidget::waitForAnimation()
|
|||
{
|
||||
if (!isAnimationRunning()) return;
|
||||
|
||||
qDebug() << "Wait for stacked widget animation";
|
||||
//qDebug() << "Wait for stacked widget animation";
|
||||
QEventLoop l;
|
||||
connect(animgroup, &QParallelAnimationGroup::finished, &l, &QEventLoop::quit);
|
||||
l.exec();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue