RibbonText: Fix the text can't be selected by Select All menu.

This commit is contained in:
Mentalflow 2023-08-25 14:47:49 +08:00
parent 0ca8563ea7
commit db6de202b4
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ TextEdit {
selectionColor: dark_mode ? "#4F5E7F" : "#BECDE8"
selectedTextColor: dark_mode ? "white" : "black"
wrapMode: TextEdit.WrapAnywhere
onSelectedTextChanged: {
control.forceActiveFocus()
}
enabled: !view_only
font.family: Qt.platform.os === "osx" ? "PingFang SC" : "Microsoft YaHei UI"
MouseArea{