mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
led widget: disambiguate namespace for Color type
This commit is contained in:
parent
9178758f54
commit
5dbcd76cb1
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ LED::render (Cairo::RefPtr<Cairo::Context> const& ctx, cairo_rectangle_t*)
|
|||
|
||||
Widget* parent;
|
||||
RefPtr<Style> style;
|
||||
Color c;
|
||||
Gdk::Color c;
|
||||
|
||||
parent = get_parent ();
|
||||
|
||||
|
|
@ -145,7 +145,7 @@ void
|
|||
LED::set_colors_from_style ()
|
||||
{
|
||||
RefPtr<Style> style = get_style();
|
||||
Color c;
|
||||
Gdk::Color c;
|
||||
|
||||
switch (_visual_state) {
|
||||
case VisualState(0):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue