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:
parent
614ec3ea48
commit
67f6c85387
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user