mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Port registration should not mark the session as modified
This fixes dirty session after freewheeling export or analysis.
This commit is contained in:
parent
2ed8fd2723
commit
7390cad25d
1 changed files with 1 additions and 2 deletions
|
|
@ -53,9 +53,8 @@ Session::add_bundle (boost::shared_ptr<Bundle> bundle, bool emit_signal)
|
|||
|
||||
if (emit_signal) {
|
||||
BundleAddedOrRemoved (); /* EMIT SIGNAL */
|
||||
set_dirty();
|
||||
}
|
||||
|
||||
set_dirty();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue