mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
revert pixfader radius to default
This commit is contained in:
parent
ba53af1c50
commit
73357c1923
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ PixFader::on_expose_event (GdkEventExpose* ev)
|
|||
cairo_set_source_rgba (cr, 0, 0, 0, 1.0);
|
||||
|
||||
cairo_matrix_t matrix;
|
||||
Gtkmm2ext::rounded_rectangle (cr, CORNER_OFFSET, CORNER_OFFSET, w-CORNER_SIZE, h-CORNER_SIZE, CORNER_RADIUS+1.5);
|
||||
Gtkmm2ext::rounded_rectangle (cr, CORNER_OFFSET, CORNER_OFFSET, w-CORNER_SIZE, h-CORNER_SIZE, CORNER_RADIUS);
|
||||
// we use a 'trick' here: The stoke is off by .5px but filling the interior area
|
||||
// after a stroke of 2px width results in an outline of 1px
|
||||
cairo_stroke_preserve(cr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue