Remember last normalization value when the dialog is re-opened.

git-svn-id: svn://localhost/ardour2/branches/3.0@5227 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-20 15:46:43 +00:00
parent f0bf3a0c19
commit 9dfa933c6e
3 changed files with 6 additions and 0 deletions

View file

@ -874,6 +874,8 @@ Editor::Editor ()
Config->ParameterChanged.connect (mem_fun (*this, &Editor::parameter_changed));
Route::SyncOrderKeys.connect (mem_fun (*this, &Editor::sync_order_keys));
_last_normalization_value = 0;
constructed = true;
instant_save ();
}