This commit is contained in:
fgerlits 2006-11-11 19:47:16 +00:00
parent a7e529ba1b
commit 7796cde9f4

View file

@ -503,6 +503,11 @@ SimplePlaylistManagementWindow :: onFadeInfoEdited(
return;
}
if (newTime->is_negative()) {
showContents();
return;
}
Ptr<Playlist>::Ref playlist = gLiveSupport->getEditedPlaylist();
Playlist::const_iterator iter = playlist->begin();
for (int i=0; i<rowNumber; ++i) {