after cloning a MIDI region, mark the source file as non-removable. Fixes reports about missing MIDI files on the forums and IRC
This commit is contained in:
parent
e1bf151ab0
commit
2b3cb052ca
@ -84,6 +84,8 @@ public:
|
||||
|
||||
virtual void prevent_deletion ();
|
||||
|
||||
virtual void prevent_deletion ();
|
||||
|
||||
protected:
|
||||
FileSource (Session& session, DataType type,
|
||||
const std::string& path,
|
||||
|
Loading…
Reference in New Issue
Block a user