Skip to content

Commit

Permalink
Update propertynamedialog.cpp
Browse files Browse the repository at this point in the history
Select all text as default.

Fixes #237
  • Loading branch information
rodlie committed Sep 2, 2024
1 parent e92b60c commit 6f4a75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/GUI/propertynamedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ PropertyNameDialog::PropertyNameDialog(
this, &PropertyNameDialog::reject);

validate();
mName->setSelection(0, mName->text().length());
}

bool PropertyNameDialog::sGetPropertyName(QString& name,
Expand Down

0 comments on commit 6f4a75b

Please sign in to comment.