mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix route color selection dialog
This commit is contained in:
parent
d3bb4e8b08
commit
ae1d4a9346
2 changed files with 2 additions and 2 deletions
|
|
@ -276,7 +276,7 @@ Gdk::Color
|
|||
ARDOUR_UI_UTILS::gdk_color_from_rgba (uint32_t rgba)
|
||||
{
|
||||
Gdk::Color c;
|
||||
set_color_from_rgb (c, rgba);
|
||||
set_color_from_rgb (c, rgba >> 8);
|
||||
return c;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue