Skip to content

Commit

Permalink
Preferences/Source: fixed disabled RGBD Images source
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Aug 9, 2016
1 parent a824b24 commit 28462bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guilib/src/PreferencesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 28462bb

Please sign in to comment.