Skip to content

Commit

Permalink
Fixed "Apply or discard first"
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg committed Feb 4, 2025
1 parent d63e85c commit 8fb96d5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +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 8fb96d5

Please sign in to comment.