fixed #1957
This commit is contained in:
parent
a7e529ba1b
commit
7796cde9f4
1 changed files with 5 additions and 0 deletions
|
@ -503,6 +503,11 @@ SimplePlaylistManagementWindow :: onFadeInfoEdited(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (newTime->is_negative()) {
|
||||||
|
showContents();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Ptr<Playlist>::Ref playlist = gLiveSupport->getEditedPlaylist();
|
Ptr<Playlist>::Ref playlist = gLiveSupport->getEditedPlaylist();
|
||||||
Playlist::const_iterator iter = playlist->begin();
|
Playlist::const_iterator iter = playlist->begin();
|
||||||
for (int i=0; i<rowNumber; ++i) {
|
for (int i=0; i<rowNumber; ++i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue