Make DebugConsole keyboard-scrollable again
This commit is contained in:
		@@ -4,6 +4,7 @@ import QtQuick 2.12
 | 
			
		||||
import QtQuick.Window 2.12
 | 
			
		||||
import QtQuick.Layouts 1.12
 | 
			
		||||
import "Base"
 | 
			
		||||
import "ShortcutBundles"
 | 
			
		||||
 | 
			
		||||
HDrawer {
 | 
			
		||||
    id: debugConsole
 | 
			
		||||
@@ -165,6 +166,11 @@ HDrawer {
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            FlickShortcuts {
 | 
			
		||||
                enabled: debugConsole.visible
 | 
			
		||||
                flickable: commandsView
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            Rectangle {
 | 
			
		||||
                z: -10
 | 
			
		||||
                anchors.fill: parent
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user