mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 14:19:30 +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 );
|
S.SetBorder( 5 );
|
||||||
|
|
||||||
StreamList = S
|
StreamList =
|
||||||
|
S
|
||||||
|
.Prop(1)
|
||||||
|
.Position(wxEXPAND | wxALIGN_LEFT | wxALL)
|
||||||
.Style(wxLB_EXTENDED | wxLB_ALWAYS_SB)
|
.Style(wxLB_EXTENDED | wxLB_ALWAYS_SB)
|
||||||
.AddListBox(
|
.AddListBox(
|
||||||
transform_container<wxArrayStringEx>(
|
transform_container<wxArrayStringEx>(
|
||||||
mFile->GetStreamInfo(),
|
mFile->GetStreamInfo(),
|
||||||
std::mem_fn( &TranslatableString::Translation ) ) );
|
std::mem_fn( &TranslatableString::Translation ) ) );
|
||||||
|
|
||||||
S.Prop(1)
|
|
||||||
.Position(wxEXPAND | wxALIGN_LEFT | wxALL)
|
|
||||||
.AddWindow(StreamList);
|
|
||||||
S.AddStandardButtons();
|
S.AddStandardButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user