This commit is contained in:
朱子楚\zhuzi
2023-12-30 20:33:33 +08:00
parent 6221eb4178
commit 1450016c69
5 changed files with 12 additions and 4 deletions

View File

@ -26,7 +26,6 @@ TextEdit {
anchors.fill: parent
cursorShape: Qt.IBeamCursor
acceptedButtons: Qt.RightButton
visible: !readOnly
onClicked: control.echoMode !== TextInput.Password && menu.popup()
}
FluTextBoxMenu{

View File

@ -26,7 +26,6 @@ TextEdit {
anchors.fill: parent
cursorShape: Qt.IBeamCursor
acceptedButtons: Qt.RightButton
visible: !readOnly
onClicked: control.echoMode !== TextInput.Password && menu.popup()
}
FluTextBoxMenu{