Skip to content

Commit

Permalink
Do not add global automation on save
Browse files Browse the repository at this point in the history
  • Loading branch information
Veratil committed Jan 14, 2023
1 parent 16b7580 commit 3369f8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,6 @@ bool Song::saveProjectFile(const QString & filename, bool withResources)

saveState( dataFile, dataFile.content() );

m_globalAutomationTrack->saveState( dataFile, dataFile.content() );
Engine::mixer()->saveState( dataFile, dataFile.content() );
if( getGUI() != nullptr )
{
Expand Down

0 comments on commit 3369f8e

Please sign in to comment.