13
0

Port registration should not mark the session as modified

This fixes dirty session after freewheeling export
or analysis.
This commit is contained in:
Robin Gareus 2021-04-05 02:08:02 +02:00
parent 2ed8fd2723
commit 7390cad25d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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