mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
don't declare hilight variable twice
This commit is contained in:
parent
156283936b
commit
aa15f90959
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ clearlooks_glossy_draw_tab (cairo_t *cr,
|
||||||
|
|
||||||
if (params->active)
|
if (params->active)
|
||||||
{
|
{
|
||||||
CairoColor shadow, hilight, f1, f2;
|
CairoColor shadow, f1, f2;
|
||||||
|
|
||||||
pattern = cairo_pattern_create_linear (tab->gap_side == CL_GAP_LEFT ? width-1 : 0,
|
pattern = cairo_pattern_create_linear (tab->gap_side == CL_GAP_LEFT ? width-1 : 0,
|
||||||
tab->gap_side == CL_GAP_TOP ? height-2 : 1,
|
tab->gap_side == CL_GAP_TOP ? height-2 : 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue