Fix DebugConsole cursor at position 0 invisible

This commit is contained in:
miruka 2020-09-27 00:23:00 -04:00
parent 7d27acfcc8
commit 68d1ddfa61

View File

@ -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