mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:09:00 +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;
|
||||
textBeforeEdit = focusItem.text;
|
||||
focusItem.selectAll();
|
||||
}
|
||||
|
||||
contents: Rectangle
|
||||
|
Loading…
x
Reference in New Issue
Block a user