Skip to content

Commit

Permalink
Fix reference layer UI not being shown on bitmap layer (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStevns authored Apr 22, 2023
1 parent 1805c64 commit ba40ec9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/bucketoptionswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ba40ec9

Please sign in to comment.