13
0

Fix rulers on intial display (fix item 1 of ticket #2740).

git-svn-id: svn://localhost/ardour2/branches/3.0@6662 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2010-02-09 04:43:48 +00:00
parent e6033ea2f9
commit 3b01f732ac

View File

@ -793,6 +793,8 @@ Editor::show_window ()
tv = (static_cast<TimeAxisView*>(*i));
tv->reset_height ();
}
reset_zoom (frames_per_unit);
}
present ();