diff --git a/CHANGELOG.md b/CHANGELOG.md index cd813687..7b047976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Thanks to the following contributors who worked on this release: - Fixed a crash when an alternate ending was located on the last position of a system (#449) - Fixed a crash during playback when a score contained a `Fine` symbol (#470) - Fixed build errors with `minizip-ng` (#478) +- Fixed crashes due to menu items not being disabled correctly after switching tabs (#486) ## [Alpha 19] - 2022-10-17 diff --git a/source/app/powertabeditor.cpp b/source/app/powertabeditor.cpp index ec3550bc..3ff09f4d 100644 --- a/source/app/powertabeditor.cpp +++ b/source/app/powertabeditor.cpp @@ -316,6 +316,7 @@ void PowerTabEditor::switchTab(int index) myInstrumentPanel->reset(doc.getScore()); myPlaybackWidget->reset(doc); updateLocationLabel(); + updateCommands(); } else {