mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix rect redraw problems caused by intersection requiring the usual 0.5 expansion (though consider a more general fix for this at teh group level)
This commit is contained in:
parent
77f5f4c4bf
commit
691be68ac2
5 changed files with 54 additions and 64 deletions
|
|
@ -115,8 +115,10 @@ Group::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
|||
(*i)->name);
|
||||
}
|
||||
#endif
|
||||
(*i)->render (draw.get(), context);
|
||||
|
||||
(*i)->render (area, context);
|
||||
++render_count;
|
||||
|
||||
} else {
|
||||
#ifdef CANVAS_DEBUG
|
||||
if (DEBUG_ENABLED(PBD::DEBUG::CanvasRender)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue