bumpt 0.20.9 version

This commit is contained in:
matlabbe
2021-01-24 13:48:05 -05:00
parent 4d75361fe0
commit c9472962d7
3 changed files with 3 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ CameraViewer::CameraViewer(QWidget * parent, const ParametersMap & parameters) :
showCloudCheckbox_->setChecked(true);
showScanCheckbox_ = new QCheckBox("Show scan", this);
showScanCheckbox_->setEnabled(false);
showScanCheckbox_->setChecked(true);
imageSizeLabel_ = new QLabel(this);