mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
mark session dirty if video is moved
This commit is contained in:
parent
d9df0ea6e5
commit
c7daf40358
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@ VideoTimeLine::set_session (ARDOUR::Session *s)
|
|||
void
|
||||
VideoTimeLine::save_undo ()
|
||||
{
|
||||
if (_session && video_offset_p != video_offset) {
|
||||
_session->set_dirty ();
|
||||
}
|
||||
video_offset_p = video_offset;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue