debugging: allow selection no-draw for canvas fill, outline, text, lineset and waveview

This commit is contained in:
Paul Davis 2023-01-20 18:13:00 -07:00
parent a1dee6cba2
commit 4cd7de7a6f
8 changed files with 30 additions and 0 deletions

View file

@ -960,6 +960,10 @@ WaveView::draw_image_in_gui_thread () const
void
WaveView::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
{
if (ArdourCanvas::nodraw & 0x10) {
return;
}
assert (_props->samples_per_pixel != 0);
if (!_region) { // assert?