Skip to content
Snippets Groups Projects
Commit adf5a5b4 authored by Gabriel de Dietrich's avatar Gabriel de Dietrich Committed by The Qt Project
Browse files

TextField: Remove unnecessary MouseArea


Change-Id: I2ca953321130bb0b40f55cd4051d4b390b3db554
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent 2952470f
Branches
Tags
No related merge requests found
...@@ -549,6 +549,7 @@ Control { ...@@ -549,6 +549,7 @@ Control {
id: mouseArea id: mouseArea
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
cursorShape: Qt.IBeamCursor
onClicked: textfield.forceActiveFocus() onClicked: textfield.forceActiveFocus()
} }
...@@ -587,9 +588,4 @@ Control { ...@@ -587,9 +588,4 @@ Control {
renderType: Text.NativeRendering renderType: Text.NativeRendering
Behavior on opacity { NumberAnimation { duration: 90 } } Behavior on opacity { NumberAnimation { duration: 90 } }
} }
MouseArea {
anchors.fill: parent
cursorShape: Qt.IBeamCursor
acceptedButtons: Qt.NoButton
}
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment