From 1b675c3dcb7b115cb53125e317cd036587a39bd8 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Mon, 11 May 2020 14:10:49 -0400 Subject: [PATCH] Preferences: fixed SuperGlue/Indoor widget not found --- guilib/src/PreferencesDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guilib/src/PreferencesDialog.cpp b/guilib/src/PreferencesDialog.cpp index 8928b4d0..517ae309 100644 --- a/guilib/src/PreferencesDialog.cpp +++ b/guilib/src/PreferencesDialog.cpp @@ -969,7 +969,7 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) : _ui->sgpytorch_matchThreshold->setObjectName(Parameters::kSuperGlueMatchThreshold().c_str()); _ui->sgpytorch_iterations->setObjectName(Parameters::kSuperGlueIterations().c_str()); _ui->checkBox_sgpytorch_cuda->setObjectName(Parameters::kSuperGlueCuda().c_str()); - _ui->checkBox_sgpytorch_indoor->setObjectName(Parameters::kSuperGlueCuda().c_str()); + _ui->checkBox_sgpytorch_indoor->setObjectName(Parameters::kSuperGlueIndoor().c_str()); // GMS _ui->checkBox_gms_withRotation->setObjectName(Parameters::kGMSWithRotation().c_str());