use the mobiletextcursor from proper namespace
This commit is contained in:
parent
2a636d6671
commit
8431223542
@ -172,7 +172,7 @@ T.ComboBox {
|
||||
|
||||
Component {
|
||||
id: mobileCursor
|
||||
Private.MobileCursor {
|
||||
MobileTextSelection.MobileCursor {
|
||||
target: textField
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ T.TextArea {
|
||||
cursorDelegate: Kirigami.Settings.tabletMode ? mobileCursor : null
|
||||
Component {
|
||||
id: mobileCursor
|
||||
Private.MobileCursor {
|
||||
MobileTextSelection.MobileCursor {
|
||||
target: control
|
||||
}
|
||||
}
|
||||
|
@ -70,7 +70,7 @@ T.TextField {
|
||||
cursorPosition = positionAt(event.x, event.y);
|
||||
selectWord();
|
||||
}
|
||||
Private.MobileCursor {
|
||||
MobileTextSelection.MobileCursor {
|
||||
target: control
|
||||
selectionStartHandle: true
|
||||
property var rect: target.positionToRectangle(target.selectionStart)
|
||||
|
Loading…
Reference in New Issue
Block a user