mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
debugging: allow selection no-draw for canvas fill, outline, text, lineset and waveview
This commit is contained in:
parent
a1dee6cba2
commit
4cd7de7a6f
8 changed files with 30 additions and 0 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue