Skip to content

Commit

Permalink
Update the enabled menu items after switching tabs.
Browse files Browse the repository at this point in the history
Fixes: #486
  • Loading branch information
cameronwhite committed Sep 25, 2024
1 parent 19e3cf4 commit f29a526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions source/app/powertabeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ void PowerTabEditor::switchTab(int index)
myInstrumentPanel->reset(doc.getScore());
myPlaybackWidget->reset(doc);
updateLocationLabel();
updateCommands();
}
else
{
Expand Down

0 comments on commit f29a526

Please sign in to comment.