Remove extra ContentsChanged signal on tempo map change.
This commit is contained in:
parent
89ea747943
commit
5afe2993bd
@ -2928,9 +2928,8 @@ Playlist::update_after_tempo_map_change ()
|
|||||||
for (RegionList::iterator i = copy.begin(); i != copy.end(); ++i) {
|
for (RegionList::iterator i = copy.begin(); i != copy.end(); ++i) {
|
||||||
(*i)->update_after_tempo_map_change ();
|
(*i)->update_after_tempo_map_change ();
|
||||||
}
|
}
|
||||||
|
/* possibly causes a contents changed notification (flush_notifications()) */
|
||||||
thaw ();
|
thaw ();
|
||||||
notify_contents_changed();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user