From 14f9abe2a563c5d5bda9acf058f778b57cad72f1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jan 2014 16:29:00 +0000 Subject: Clear out audio stream description on de-selection of FFmpeg content. --- src/wx/audio_panel.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } -- cgit v1.2.3