mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Qt5: fixed "read parameters..." progress dialog showing up on start
This commit is contained in:
@@ -821,6 +821,7 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) :
|
||||
_progressDialog = new QProgressDialog(this);
|
||||
_progressDialog->setWindowTitle(tr("Read parameters..."));
|
||||
_progressDialog->setMaximum(2);
|
||||
_progressDialog->setValue(2);
|
||||
}
|
||||
|
||||
PreferencesDialog::~PreferencesDialog() {
|
||||
|
||||
Reference in New Issue
Block a user