Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 1, 2017
1 parent a97fbc3 commit 2623ca4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Gui/ProgressBar.cpp
Expand Up @@ -215,14 +215,14 @@ void Sequencer::setValue(int step)
showRemainingTime();
}
else {
int elapsed = d->progressTime.restart();
if (elapsed > 500) {
d->bar->setValue(step);
if (d->bar->isVisible())
showRemainingTime();
d->bar->resetObserveEventFilter();
qApp->processEvents();
}
int elapsed = d->progressTime.restart();
if (elapsed > 500) {
d->bar->setValue(step);
if (d->bar->isVisible())
showRemainingTime();
d->bar->resetObserveEventFilter();
qApp->processEvents();
}
}
}
}
Expand Down

0 comments on commit 2623ca4

Please sign in to comment.