Merge branch 'rr1-maint'
This commit is contained in:
commit
9f8a7ccdd9
1 changed files with 2 additions and 2 deletions
|
@ -744,8 +744,8 @@ void wxeditor_movie::_moviepanel::do_delete_frame(uint64_t row, bool wholeframe)
|
|||
fv.resize(vsize - 1);
|
||||
//Next subframe inherits the sync flag.
|
||||
if(is_first) {
|
||||
if(_row < vsize && !fv[_row].sync())
|
||||
fv[_row].sync();
|
||||
if(_row < vsize - 1 && !fv[_row].sync())
|
||||
fv[_row].sync(true);
|
||||
else
|
||||
movie_framecount_change(-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue