From e2b3c30e3ac9a971bbe416b9daeb03d7f1964ca1 Mon Sep 17 00:00:00 2001 From: manongjohn Date: Jan 10 2019 17:16:10 +0000 Subject: Fix left extender handle position on sound levels --- diff --git a/toonz/sources/toonz/xshcellviewer.cpp b/toonz/sources/toonz/xshcellviewer.cpp index 4f678d8..745e96f 100644 --- a/toonz/sources/toonz/xshcellviewer.cpp +++ b/toonz/sources/toonz/xshcellviewer.cpp @@ -1539,7 +1539,6 @@ void CellArea::drawSoundCell(QPainter &p, int row, int col, bool isReference) { if (isFirstRow) { QRect modifierRect = m_viewer->orientation() ->rect(PredefinedRect::BEGIN_SOUND_EDIT) - .adjusted(-frameAdj, 0, -frameAdj, 0) .translated(xy); if (r0 != r0WithoutOff) p.fillRect(modifierRect, SoundColumnExtenderColor); m_soundLevelModifyRects.append(modifierRect); // list of clipping rects