fixed #1957
This commit is contained in:
parent
a7e529ba1b
commit
7796cde9f4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue