We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ec490 commit 9a9f8a7Copy full SHA for 9a9f8a7
src/app/qml/main.qml
@@ -4,6 +4,7 @@ import QtQuick
4
import QtQuick.Controls.Material
5
import QtQuick.Layouts
6
import ScratchCPP
7
+import ScratchCPP.Ui
8
import ScratchCPP.UiComponents
9
import ScratchCPP.Render
10
import ScratchCPP.Keyboard
@@ -17,6 +18,7 @@ ApplicationWindow {
17
18
color: Material.background
19
Material.accent: "orange"
20
Material.theme: Material.Dark
21
+ onActiveFocusItemChanged: UiEngine.activeFocusItem = activeFocusItem
22
23
menuBar: CustomMenuBar {
24
width: root.width
0 commit comments