mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
AudioDeviceInfo window now read-only and scroll bar rather than wrapping.
This commit is contained in:
parent
9bbd180e39
commit
81c204a5f5
@ -5432,6 +5432,7 @@ void AudacityProject::OnAudioDeviceInfo()
|
||||
|
||||
S.StartHorizontalLay(wxEXPAND, true);
|
||||
{
|
||||
S.SetStyle( wxTE_READONLY|wxHSCROLL|wxTE_MULTILINE );
|
||||
tc = S.AddTextWindow(wxT(""));
|
||||
tc->WriteText(info);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user