Skip to content

Commit 897a17b

Browse files
fix crash when closing cloud score with poor internet and switching to Home page
1 parent 7dfb908 commit 897a17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notation/qml/MuseScore/NotationScene/internal/NotationSwitchPanel.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Rectangle {
111111
}
112112

113113
onCloseRequested: {
114-
notationSwitchModel.closeNotation(index)
114+
Qt.callLater(notationSwitchModel.closeNotation, index)
115115
}
116116

117117
onContextMenuItemsRequested: {

0 commit comments

Comments
 (0)