in brush.prism... etc dialogs select value on start for convenience

This commit is contained in:
Garux 2024-02-21 22:54:51 +06:00
parent 6749261e75
commit d3532111cf

View File

@ -313,6 +313,7 @@ void DoSides( EBrushPrefab type ){
break;
}
}
spin->selectAll();
{
auto buttons = new QDialogButtonBox( QDialogButtonBox::StandardButton::Ok | QDialogButtonBox::StandardButton::Cancel );
form->addWidget( buttons );