diff --git a/app/src/bucketoptionswidget.cpp b/app/src/bucketoptionswidget.cpp index ecbd16729..9f3feedef 100644 --- a/app/src/bucketoptionswidget.cpp +++ b/app/src/bucketoptionswidget.cpp @@ -129,6 +129,8 @@ void BucketOptionsWidget::updatePropertyVisibility() ui->fillToLayerComboBox->show(); ui->fillToDescLabel->show(); + ui->referenceLayerComboBox->show(); + ui->referenceLayerDescLabel->show(); ui->colorToleranceCheckbox->show(); ui->colorToleranceSlider->show(); ui->colorToleranceSpinbox->show();