forked from mirror/openmw-tes3mp
Progress bar at 0% shows no text.
This commit is contained in:
parent
9708e8529f
commit
84762c4eb8
1 changed files with 1 additions and 2 deletions
|
@ -229,8 +229,7 @@ void Launcher::SettingsPage::importerFinished(int exitCode, QProcess::ExitStatus
|
|||
void Launcher::SettingsPage::resetProgressBar()
|
||||
{
|
||||
// set progress bar to 0 %
|
||||
progressBar->setMaximum(1);
|
||||
progressBar->setValue(0);
|
||||
progressBar->reset();
|
||||
}
|
||||
|
||||
void Launcher::SettingsPage::updateOkButton(const QString &text)
|
||||
|
|
Loading…
Reference in a new issue