Skip to content

Commit

Permalink
Fixed pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Feb 4, 2025
1 parent 8fb96d5 commit b565e51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ bool GOOrganSettingsPipesTab::TransferDataToWindow() {
m_AudioGroup->Append(group);
m_AudioGroup->ChangeValue(WX_SPACE);
m_LastAudioGroup = WX_SPACE;

wxTreeItemId idRoot = FillTree(wxTreeItemId(), r_RootNode);

NotifyModified(false);

m_Tree->Expand(idRoot);
m_Tree->SelectItem(idRoot, true);
return true;
Expand Down

0 comments on commit b565e51

Please sign in to comment.