From 7796cde9f4c338d741a90aeaedec288500c57e9b Mon Sep 17 00:00:00 2001 From: fgerlits Date: Sat, 11 Nov 2006 19:47:16 +0000 Subject: [PATCH] fixed #1957 --- .../gLiveSupport/src/SimplePlaylistManagementWindow.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/campcaster/src/products/gLiveSupport/src/SimplePlaylistManagementWindow.cxx b/campcaster/src/products/gLiveSupport/src/SimplePlaylistManagementWindow.cxx index 50cea01f3..96ac4957b 100644 --- a/campcaster/src/products/gLiveSupport/src/SimplePlaylistManagementWindow.cxx +++ b/campcaster/src/products/gLiveSupport/src/SimplePlaylistManagementWindow.cxx @@ -503,6 +503,11 @@ SimplePlaylistManagementWindow :: onFadeInfoEdited( return; } + if (newTime->is_negative()) { + showContents(); + return; + } + Ptr::Ref playlist = gLiveSupport->getEditedPlaylist(); Playlist::const_iterator iter = playlist->begin(); for (int i=0; i