installer: repaint -> update

old-commit-hash: f1635eabdb
commatwo_master
Adeeb Shihadeh 4 years ago
parent db62739c00
commit 4bec0d71d6
  1. 2
      selfdrive/ui/qt/setup/installer.cc

@ -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() {

Loading…
Cancel
Save