Merged with trunk R795

Fiddled with scrolling to leave a bit of context on each side.  'scroll interval' is a single float, should make it a configuration variable some day


git-svn-id: svn://localhost/ardour2/branches/midi@796 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-08-12 19:43:09 +00:00
parent 30ab1fd615
commit a98a67120e
27 changed files with 352 additions and 116 deletions

View file

@ -145,7 +145,7 @@ void
BasicUI::save_state ()
{
session->save_state ("");
session->save_history();
session->save_history("");
}
void