Fix DebugConsole cursor at position 0 invisible
This commit is contained in:
parent
7d27acfcc8
commit
68d1ddfa61
|
@ -142,6 +142,8 @@ HDrawer {
|
||||||
|
|
||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
// Fixes inputArea cursor invisible when at cursorPosition 0
|
||||||
|
anchors.leftMargin: 1
|
||||||
|
|
||||||
HListView {
|
HListView {
|
||||||
id: commandsView
|
id: commandsView
|
||||||
|
|
Loading…
Reference in New Issue
Block a user