Applied selection color to the StyledTextEdit. Fixes #1611
This commit is contained in:
parent
96b09fd025
commit
1840165caa
|
@ -4,4 +4,6 @@ import "../imports"
|
|||
TextEdit {
|
||||
font.family: Style.current.fontRegular.name
|
||||
color: Style.current.textColor
|
||||
selectedTextColor: Style.current.textColor
|
||||
selectionColor: Style.current.primarySelectionColor
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue