installer: repaint -> update

old-commit-hash: f1635eabdb2179302be7eeabdf7951ea301c6d34
This commit is contained in:
Adeeb Shihadeh
2021-08-02 10:55:46 -07:00
parent db62739c00
commit 4bec0d71d6
+1 -1
View File
@@ -86,7 +86,7 @@ Installer::Installer(QWidget *parent) : QWidget(parent) {
void Installer::updateProgress(int percent) {
bar->setValue(percent);
val->setText(QString("%1%").arg(percent));
repaint();
update();
}
void Installer::doInstall() {