Fix uninitialised variable. (thanks for the report songshop).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3746 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Nick Mainsbridge 2008-09-17 20:21:15 +00:00
parent 60e3b65985
commit b8a4c5b7bf

View file

@ -89,6 +89,7 @@ Editor::initialize_rulers ()
visible_timebars = 1; /*this will be changed below */
ruler_pressed_button = 0;
canvas_timebars_vsize = 0;
}
bool