mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -960,10 +960,6 @@ 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