mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Revert canvas debugging
This reverts commit8359311849. This reverts commitf377822891. This reverts commit859d6ebe4a. This reverts commit4cd7de7a6f.
This commit is contained in:
parent
c707b056af
commit
d12dd4015d
10 changed files with 20 additions and 73 deletions
|
|
@ -101,11 +101,7 @@ Rectangle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
|
|||
if (_stops.empty()) {
|
||||
setup_fill_context (context);
|
||||
} else {
|
||||
if (ArdourCanvas::nodraw & 0x80) {
|
||||
setup_fill_context (context);
|
||||
} else {
|
||||
setup_gradient_context (context, self, Duple (draw.x0, draw.y0));
|
||||
}
|
||||
setup_gradient_context (context, self, Duple (draw.x0, draw.y0));
|
||||
}
|
||||
|
||||
if (_corner_radius) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue