use the right namespace
This commit is contained in:
parent
7687ffa3da
commit
067ec2eafc
@ -177,7 +177,7 @@ T.ComboBox {
|
||||
}
|
||||
}
|
||||
|
||||
Private.MobileCursor {
|
||||
MobileTextSelection.MobileCursor {
|
||||
target: textField
|
||||
selectionStartHandle: true
|
||||
property var rect: textField.positionToRectangle(textField.selectionStart)
|
||||
|
@ -69,7 +69,7 @@ T.TextArea {
|
||||
selectWord();
|
||||
}
|
||||
|
||||
Private.MobileCursor {
|
||||
MobileTextSelection.MobileCursor {
|
||||
target: control
|
||||
selectionStartHandle: true
|
||||
property var rect: target.positionToRectangle(target.selectionStart)
|
||||
|
@ -52,7 +52,7 @@ T.TextField {
|
||||
cursorDelegate: Kirigami.Settings.tabletMode ? mobileCursor : null
|
||||
Component {
|
||||
id: mobileCursor
|
||||
Private.MobileCursor {
|
||||
MobileTextSelection.MobileCursor {
|
||||
target: control
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user