Skip to content

Commit

Permalink
Fixed displaying audio ports on OSx GrandOrgue#1216
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Samarin authored and oleg68 committed Oct 31, 2022
1 parent 0584147 commit e17e5a2
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
@@ -1,3 +1,4 @@
- Fixed displaying audio ports on OSx https://github.com/GrandOrgue/grandorgue/issues/1216
- Added divisional combination banks https://github.com/GrandOrgue/grandorgue/issues/708
- Renamed audio ports: Pa to PortAudio and Rt to RtAudio https://github.com/GrandOrgue/grandorgue/issues/1216
- Fixed size of the Organ Selection Dialog https://github.com/GrandOrgue/grandorgue/issues/1215
Expand Down
1 change: 1 addition & 0 deletions src/grandorgue/dialogs/settings/GOSettingsPorts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GOSettingsPorts::GOSettingsPorts(
wxDefaultSize,
wxTL_SINGLE | wxTL_CHECKBOX | wxTL_NO_HEADER);
m_Ports->AppendColumn(wxEmptyString);
m_Ports->SetColumnWidth(0, 200);
m_Ports->Bind(
wxEVT_TREELIST_ITEM_CHECKED, &GOSettingsPorts::OnPortItemChecked, this);
m_PortsSizer->Add(m_Ports, 1, wxEXPAND);
Expand Down

0 comments on commit e17e5a2

Please sign in to comment.