Applied selection color to the StyledTextEdit. Fixes #1611

This commit is contained in:
staked-smart-ace 2021-01-14 18:59:16 +04:00 committed by Iuri Matias
parent 96b09fd025
commit 1840165caa
1 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,6 @@ import "../imports"
TextEdit { TextEdit {
font.family: Style.current.fontRegular.name font.family: Style.current.fontRegular.name
color: Style.current.textColor color: Style.current.textColor
selectedTextColor: Style.current.textColor
selectionColor: Style.current.primarySelectionColor
} }