mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 08:37:26 +00:00
Rename dialog text is now preselected (#1635)
This commit is contained in:
parent
65587d6166
commit
2ac1455642
@ -25,6 +25,7 @@ void RenameDialog::on_buttonBox_rejected()
|
|||||||
void RenameDialog::setName(QString fcnName)
|
void RenameDialog::setName(QString fcnName)
|
||||||
{
|
{
|
||||||
ui->nameEdit->setText(fcnName);
|
ui->nameEdit->setText(fcnName);
|
||||||
|
ui->nameEdit->selectAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
QString RenameDialog::getName() const
|
QString RenameDialog::getName() const
|
||||||
|
Loading…
Reference in New Issue
Block a user