mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Preferences/Source: fixed disabled RGBD Images source
This commit is contained in:
@@ -246,7 +246,6 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) :
|
||||
}
|
||||
if (!CameraStereoZed::available())
|
||||
{
|
||||
_ui->comboBox_cameraRGBD->setItemData(7, 0, Qt::UserRole - 1);
|
||||
_ui->comboBox_cameraStereo->setItemData(4, 0, Qt::UserRole - 1);
|
||||
}
|
||||
_ui->openni2_exposure->setEnabled(CameraOpenNI2::exposureGainAvailable());
|
||||
|
||||
Reference in New Issue
Block a user