mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Select text when gaining focus
This commit is contained in:
parent
b3758be12e
commit
57a9b709e7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ SettingItem
|
||||||
{
|
{
|
||||||
textHasChanged = false;
|
textHasChanged = false;
|
||||||
textBeforeEdit = focusItem.text;
|
textBeforeEdit = focusItem.text;
|
||||||
|
focusItem.selectAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
contents: Rectangle
|
contents: Rectangle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue