Make DebugConsole keyboard-scrollable again

This commit is contained in:
miruka
2020-03-28 12:31:42 -04:00
parent 3f0241b7f1
commit 790229e188
5 changed files with 24 additions and 0 deletions

View File

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