Make input field in ColorDialog selectable by mouse

CURA 8687
This commit is contained in:
casper 2022-02-11 13:45:03 +01:00
parent 86392ab471
commit 959caece90

View file

@ -38,6 +38,7 @@ UM.Dialog
{
id: colorInput
text: "#FFFFFF"
selectByMouse: true
anchors.top: colorLabel.bottom
anchors.topMargin: UM.Theme.getSize("default_margin").height
validator: RegExpValidator { regExp: /^#([a-fA-F0-9]{6})$/ }