mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
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:
parent
60e3b65985
commit
b8a4c5b7bf
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ Editor::initialize_rulers ()
|
|||
|
||||
visible_timebars = 1; /*this will be changed below */
|
||||
ruler_pressed_button = 0;
|
||||
canvas_timebars_vsize = 0;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue