From: Nick Mainsbridge Date: Wed, 17 Sep 2008 20:21:15 +0000 (+0000) Subject: Fix uninitialised variable. (thanks for the report songshop). X-Git-Tag: 2.8.16~1240 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=b8a4c5b7bff4e22081d46f6aa484e7c223154620;p=ardour.git Fix uninitialised variable. (thanks for the report songshop). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3746 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc index 1156c28cf6..6334b72ce7 100644 --- a/gtk2_ardour/editor_rulers.cc +++ b/gtk2_ardour/editor_rulers.cc @@ -89,6 +89,7 @@ Editor::initialize_rulers () visible_timebars = 1; /*this will be changed below */ ruler_pressed_button = 0; + canvas_timebars_vsize = 0; } bool