diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 5668f627a4..c794b8dd45 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -269,7 +269,6 @@ Editor::Editor () , samples_ruler (0) , minsec_ruler (0) , visible_timebars (0) - , videotl_bar_height (4) , editor_ruler_menu (0) , tempo_bar (0) , meter_bar (0) @@ -290,6 +289,7 @@ Editor::Editor () , _ruler_btn_section_add ("+") , videotl_label (_("Video Timeline")) , videotl_group (0) + , videotl_bar_height (4) , _region_boundary_cache_dirty (true) , edit_packer (4, 4, true) , unused_adjustment (0.0, 0.0, 10.0, 400.0)