Skip to content

Commit

Permalink
Fixed restoring focus to main window after opening an .organ file in …
Browse files Browse the repository at this point in the history
…the msw port.
  • Loading branch information
larspalo committed Jul 12, 2024
1 parent 80ebe46 commit cae4bce
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 @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Copy pipe offset feature to also set HasIndependentRelease value from source pipe to target(s).
- Issue/Bug on the msw port in the PipeDialog that would cause forcing selection of IsPercussive=Y when navigating with "Next" button to the last pipe
- Direct right-click on a pipe in rank pipe tree that previously didn't create a true selection of a pipe in the msw port.
- Restore focus to main window after opening an .organ file on the msw port (make sure it's raised).

## [0.14.0] - 2024-07-02

Expand Down
1 change: 1 addition & 0 deletions src/GOODFFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ void GOODFFrame::DoOpenOrgan(wxString filePath) {
m_organ->organElementHasChanged(true);
m_organTreeCtrl->SelectItem(tree_organ);
SetImportXfadeMenuItemState();
this->Raise();
}

void GOODFFrame::OrganTreeChildItemLabelChanged(wxString label) {
Expand Down

0 comments on commit cae4bce

Please sign in to comment.