That is not a dialog
This commit is contained in:
parent
2f7b71ba21
commit
6de909f998
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user