Skip to content

Fix waveformview overdrawing

Clara Hobbs requested to merge cghobbs/amberol:fix-waveformview-overdrawing into main

There was a small bug in the computation of the rectangle positions in the waveformview code, causing the rectangles to extend slightly off the bottom of the widget's area. This MR fixes the bug, bringing the rectangles back to their expected position.

Before and after screenshots, with a red background added via the inspector to highlight the bug:

Merge request reports