mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix coloring of region layer order editor clock
git-svn-id: svn://localhost/ardour2/branches/3.0@11082 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7856f14c44
commit
e6e0476d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ RegionLayeringOrderEditor::RegionLayeringOrderEditor (PublicEditor& pe)
|
|||
, layering_order_columns ()
|
||||
, layering_order_model (Gtk::ListStore::create (layering_order_columns))
|
||||
, layering_order_display ()
|
||||
, clock ("layer dialog", true, "clock", false, false, false)
|
||||
, clock ("layer dialog", true, "", false, false, false)
|
||||
, scroller ()
|
||||
, editor (pe)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue