Skip to content

Commit

Permalink
Fixed button names of divisionals
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Jan 25, 2025
1 parent dfe40f6 commit 189e511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/grandorgue/combinations/GODivisionalSetter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ void GODivisionalSetter::Load(GOConfigReader &cfg) {

assert(divisional);
divisional->Init(cfg, buttonName, wxString::Format(wxT("%d"), j + 1));
divisional->Load(cfg, buttonName);
divisional->SetDisplayed(true);
}

Expand Down

0 comments on commit 189e511

Please sign in to comment.