mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Fix Wreorder
This commit is contained in:
parent
29833d75c9
commit
30e84a49ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue