1
0
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:
james.k.crook 2010-02-09 10:55:51 +00:00
parent 9bbd180e39
commit 81c204a5f5

View File

@ -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);
}