Fix DebugConsole cursor at position 0 invisible
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user