From 11bc6b202fd836fb1840836f39fb57eb7030e3f9 Mon Sep 17 00:00:00 2001 From: Pablo Camacho Date: Fri, 1 Jan 2021 16:19:07 -0700 Subject: [PATCH] Fixed createeaxreverb zone dialog issue with sound producer listbox not showing up. --- src/CreateEAXReverbZoneDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CreateEAXReverbZoneDialog.cpp b/src/CreateEAXReverbZoneDialog.cpp index b2f3888..9e91418 100644 --- a/src/CreateEAXReverbZoneDialog.cpp +++ b/src/CreateEAXReverbZoneDialog.cpp @@ -359,7 +359,7 @@ CreateEAXReverbZoneDialog::CreateEAXReverbZoneDialog(const wxString& title,Effec vbox->Add(hboxReverbRow6,1, wxEXPAND | wxALL, 10); vbox->Add(spPreviewText); - vbox->Add(hboxSoundProducers,1, wxEXPAND | wxALL, 10); + vbox->Add(hboxSoundProducers,0, wxEXPAND | wxALL, 10); vbox->Add(hbox5, 0, wxALIGN_CENTER | wxTOP | wxBOTTOM, 10);