mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
ui: fastmeter: themable outline color instead of hard coded black (use same theme color as button outline)
This commit is contained in:
parent
08ad1af9dc
commit
759cee2d32
2 changed files with 10 additions and 2 deletions
|
|
@ -96,6 +96,8 @@ private:
|
|||
float current_user_level;
|
||||
bool highlight;
|
||||
|
||||
uint32_t outline_color;
|
||||
|
||||
void vertical_expose (cairo_t*, cairo_rectangle_t*);
|
||||
void vertical_size_request (GtkRequisition*);
|
||||
void vertical_size_allocate (Gtk::Allocation&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue