From 68d1ddfa61ac8f3493f66ec899f2e62a80f383d5 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 27 Sep 2020 00:23:00 -0400 Subject: [PATCH] Fix DebugConsole cursor at position 0 invisible --- src/gui/DebugConsole.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/DebugConsole.qml b/src/gui/DebugConsole.qml index 81acd40b..e59d6f96 100644 --- a/src/gui/DebugConsole.qml +++ b/src/gui/DebugConsole.qml @@ -142,6 +142,8 @@ HDrawer { HColumnLayout { anchors.fill: parent + // Fixes inputArea cursor invisible when at cursorPosition 0 + anchors.leftMargin: 1 HListView { id: commandsView