mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Small cleanup in FramedCurve.
This commit is contained in:
parent
8f88f42ba9
commit
575bb7792f
1 changed files with 1 additions and 3 deletions
|
|
@ -176,8 +176,6 @@ FramedCurve::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) c
|
|||
context->fill ();
|
||||
break;
|
||||
}
|
||||
context->restore ();
|
||||
|
||||
} else {
|
||||
|
||||
/* curve of at least 3 points */
|
||||
|
|
@ -251,8 +249,8 @@ FramedCurve::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) c
|
|||
context->fill ();
|
||||
break;
|
||||
}
|
||||
context->restore ();
|
||||
}
|
||||
context->restore ();
|
||||
|
||||
#if 0
|
||||
/* add points */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue