only temp. disable visual state saving.

This commit is contained in:
Robin Gareus 2015-03-21 16:05:21 +01:00
parent f121d04d6d
commit 5dc7866132
1 changed files with 1 additions and 1 deletions

View File

@ -7079,7 +7079,7 @@ Editor::fit_tracks (TrackViewList & tracks)
}
undo_visual_stack.push_back (current_visual_state (true));
no_save_visual = true;
PBD::Unwinder<bool> nsv (no_save_visual, true);
/* build a list of all tracks, including children */