mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Canvas: re-use Solver as much as possible, with possible (but not substantive) speedup; remove debug output
This commit is contained in:
parent
815eb82882
commit
aa62460081
9 changed files with 85 additions and 48 deletions
|
|
@ -747,14 +747,12 @@ Item::covers (Duple const & point) const
|
|||
|
||||
/* nesting/grouping API */
|
||||
|
||||
static bool debug_render = true;
|
||||
static bool debug_render = false;
|
||||
#define CANVAS_DEBUG 1
|
||||
|
||||
void
|
||||
Item::render_children (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
||||
{
|
||||
cerr << "I::rc\n";
|
||||
|
||||
if (_items.empty()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue