Skip to content

Commit

Permalink
fixed #25652: fixed the mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Eism committed Jan 10, 2025
1 parent 154aaf9 commit 8b9f5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appshell/qml/NotationPage/NotationPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ DockPage {
Component.onCompleted: {
root.notationView = notationView.paintView

root.setDefaultNavigationControl(root.defaultNavigationControl)
root.setDefaultNavigationControl(notationView.defaultNavigationControl)
}

Component.onDestruction: {
Expand Down

0 comments on commit 8b9f5a5

Please sign in to comment.