That is not a dialog

This commit is contained in:
ArsenArsen 2017-06-29 13:55:22 +02:00
parent 2f7b71ba21
commit 6de909f998
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ BrushPenSelection::BrushPenSelection(CropScene *scene) : QDialog(), ui(new Ui::B
brush = scene->brush().color(); brush = scene->brush().color();
ui->alphaSlider->setValue(brush.alpha()); ui->alphaSlider->setValue(brush.alpha());
ui->alphaSpin->setValue(brush.alpha()); ui->alphaSpin->setValue(brush.alpha());
setWindowTitle("Crop editor settings");
this->scene = scene; this->scene = scene;
} }