Skip to content

Commit edc1560

Browse files
don't show BrailleViewStub stub
1 parent f56e6c7 commit edc1560

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/stubs/braille/qml/MuseScore/Braille/BrailleView.qml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@ Item {
2929
id: root
3030

3131
property NavigationPanel navigationPanel: NavigationPanel {
32-
name: "BrailleView"
33-
enabled: root.enabled && root.visible
32+
name: "BrailleViewStub"
33+
enabled: false
3434
direction: NavigationPanel.Both
3535
}
3636

37-
StyledTextLabel {
38-
anchors.centerIn: parent
39-
text: "BrailleView stub"
40-
}
37+
visible: false
4138
}

0 commit comments

Comments
 (0)