1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 22:50:14 +03:00

fix ComboBox warning

This commit is contained in:
Michail Vourlakos 2019-03-27 01:08:46 +02:00
parent 614ec3ea48
commit 67f6c85387

View File

@ -160,7 +160,7 @@ T.ComboBox {
selectedTextColor: Kirigami.Theme.highlightedTextColor
selectByMouse: !Kirigami.Settings.tabletMode
cursorDelegate: Kirigami.Settings.tabletMode ? mobileCursor : undefined
cursorDelegate: Kirigami.Settings.tabletMode ? mobileCursor : undefinedCursor
font: control.font
horizontalAlignment: Text.AlignLeft
@ -190,6 +190,11 @@ T.ComboBox {
}
}
Component {
id: undefinedCursor
Item{}
}
Private.MobileCursor {
target: textField
selectionStartHandle: true