Skip to content

Commit

Permalink
in brush.prism... etc dialogs select value on start for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
Garux committed Feb 21, 2024
1 parent 6749261 commit d353211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiant/gtkdlgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ void DoSides( EBrushPrefab type ){
break;
}
}
spin->selectAll();
{
auto buttons = new QDialogButtonBox( QDialogButtonBox::StandardButton::Ok | QDialogButtonBox::StandardButton::Cancel );
form->addWidget( buttons );
Expand Down

0 comments on commit d353211

Please sign in to comment.