mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
allow invalidation-of-UI-request-by-object-deletion to work more often by setting the event loop record at connect time, not execution time
git-svn-id: svn://localhost/ardour2/branches/3.0@9379 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
baa4de40ed
commit
ee728d763d
2 changed files with 31 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ EventLoop::invalidate_request (void* data)
|
|||
(*i)->invalidation = 0;
|
||||
}
|
||||
delete ir;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue