mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:45:52 +08:00
Merge pull request #3017 from fieldOfView/feature_textfield_select
Select text when gaining focus
This commit is contained in:
commit
9784faf181
@ -17,6 +17,7 @@ SettingItem
|
|||||||
{
|
{
|
||||||
textHasChanged = false;
|
textHasChanged = false;
|
||||||
textBeforeEdit = focusItem.text;
|
textBeforeEdit = focusItem.text;
|
||||||
|
focusItem.selectAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
contents: Rectangle
|
contents: Rectangle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user