diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-09 16:29:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-09 16:29:00 +0000 |
| commit | 14f9abe2a563c5d5bda9acf058f778b57cad72f1 (patch) | |
| tree | 89472cbab2373c906642444952a84ab93e098c37 /src | |
| parent | 998626b62ac3ab26ee35141723bf253a24405178 (diff) | |
Clear out audio stream description on de-selection of FFmpeg content.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 41313e342..ba458f1ff 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -222,6 +222,7 @@ AudioPanel::setup_stream_description () { FFmpegContentList fc = _editor->selected_ffmpeg_content (); if (fc.size() != 1) { + _description->SetLabel (""); return; } |
