mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Fix by Matěj Fiala for bug 1168
Thanks to Matěj Fiala for this fix.
This commit is contained in:
parent
f87433ac53
commit
f536354330
@ -133,6 +133,7 @@ void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
PluginList->SetSingleStyle (wxLC_SINGLE_SEL, true);
|
||||
PluginList->InsertColumn (0, _("Importer order"));
|
||||
PluginList->SetDropTarget (dragtarget2);
|
||||
PluginList->SetColumnWidth (0, wxLIST_AUTOSIZE_USEHEADER);
|
||||
|
||||
ExtImportItems *items = Importer::Get().GetImportItems();
|
||||
for (unsigned int i = 0; i < items->Count(); i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user