diff options
Diffstat (limited to 'muse/awl')
-rw-r--r-- | muse/awl/tcanvas.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muse/awl/tcanvas.cpp b/muse/awl/tcanvas.cpp index 286c5837..4b6b587f 100644 --- a/muse/awl/tcanvas.cpp +++ b/muse/awl/tcanvas.cpp @@ -818,7 +818,8 @@ void TimeCanvas::canvasPaintEvent(const QRect& r, QPainter& p) p.setBrushOrigin(QPoint(car.x() + wpos.x(), car.y() + wpos.y())); if (drawCanvasA) { if (canvasBackgroundPixmap.isNull()) { - if (type == TIME_CANVAS_DRUMEDIT || type == TIME_CANVAS_PIANOROLL) { + if (type == TIME_CANVAS_DRUMEDIT || type == TIME_CANVAS_PIANOROLL + || type == TIME_CANVAS_WAVEEDIT) { QRect rr(car); // paint inactive area different // (darker) |