We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423a474 commit 4c2222bCopy full SHA for 4c2222b
examples/common/controls/waveform_view.c
@@ -318,7 +318,7 @@ static void __waveform_view_update_dirty_bins(waveform_view_t *ptThis)
318
q16Ymax = MAX(q16Y, q16Ymax);
319
} while(--iSampleCount);
320
321
- ptBin->Coverage[WAVEFORM_BIN_NEW].iY0 = reinterpret_s16_q16(q16Ymin);
+ ptBin->Coverage[WAVEFORM_BIN_NEW].iY0 = reinterpret_s16_q16(q16Ymin) - nDotHeight;
322
ptBin->Coverage[WAVEFORM_BIN_NEW].iY1 = reinterpret_s16_q16(q16Ymax) + 1 + nDotHeight;
323
}
324
0 commit comments