mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Moved some colours from hardcoded to ardour.colour (hopefully for canvas themeing?).
Fixed marker canvas separator lines (didn't work, use rect outlines instead). Fiddle with separator line colours. git-svn-id: svn://localhost/ardour2/trunk@1948 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b0e91bfa08
commit
5ee4677900
5 changed files with 32 additions and 33 deletions
|
|
@ -574,13 +574,6 @@ class Editor : public PublicEditor
|
|||
ArdourCanvas::SimpleRect* range_marker_bar;
|
||||
ArdourCanvas::SimpleRect* transport_marker_bar;
|
||||
|
||||
|
||||
ArdourCanvas::SimpleLine* tempo_line;
|
||||
ArdourCanvas::SimpleLine* meter_line;
|
||||
ArdourCanvas::SimpleLine* marker_line;
|
||||
ArdourCanvas::SimpleLine* range_marker_line;
|
||||
ArdourCanvas::SimpleLine* transport_marker_line;
|
||||
|
||||
Gtk::Label minsec_label;
|
||||
Gtk::Label bbt_label;
|
||||
Gtk::Label smpte_label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue