13
0

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:
Paul Davis 2011-12-26 23:18:58 +00:00
parent 7856f14c44
commit e6e0476d5e

View File

@ -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)
{