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

@@ -16,6 +16,7 @@ HPage {
contentHeight: column.childrenRect.height
FlickShortcuts {
enabled: ! mainUI.debugConsole.visible
flickable: flickable
}