mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 06:09:28 +02:00
Fix import stream dialog...
... see commit 5bfd44d81fffe6e346d2f3a356bdd4c28662594a
This commit is contained in:
parent
30ac43e195
commit
2e5fc675c7
@ -870,16 +870,16 @@ wxDialogWrapper( parent, id, title, position, size, style | wxRESIZE_BORDER )
|
||||
{
|
||||
S.SetBorder( 5 );
|
||||
|
||||
StreamList = S
|
||||
StreamList =
|
||||
S
|
||||
.Prop(1)
|
||||
.Position(wxEXPAND | wxALIGN_LEFT | wxALL)
|
||||
.Style(wxLB_EXTENDED | wxLB_ALWAYS_SB)
|
||||
.AddListBox(
|
||||
transform_container<wxArrayStringEx>(
|
||||
mFile->GetStreamInfo(),
|
||||
std::mem_fn( &TranslatableString::Translation ) ) );
|
||||
|
||||
S.Prop(1)
|
||||
.Position(wxEXPAND | wxALIGN_LEFT | wxALL)
|
||||
.AddWindow(StreamList);
|
||||
S.AddStandardButtons();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user