Make texts fields selectable by mouse for various components

This enables mouse-selectable for
- The image reader dialog
- Layer view text field (in simulation view)
- The TextField with unit component (for instace used to set the scale
 of models)
- Rename dialog(s)
- Currency text field
- The settings filter text field

CURA-8684
This commit is contained in:
casper 2022-01-31 10:28:00 +01:00
parent 5aa67770a2
commit 264ce3bdd1
4 changed files with 10 additions and 1 deletions

View file

@ -216,6 +216,7 @@ UM.PreferencesPage
TextField
{
id: currencyField
selectByMouse: true
text: UM.Preferences.getValue("cura/currency")
onTextChanged: UM.Preferences.setValue("cura/currency", text)
}