mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 14:02:05 +08:00
installer: repaint -> update
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user