Mercurial > hg > svgui
changeset 1344:13d03ae0c6e0 zoom
This is the correct size
author | Chris Cannam |
---|---|
date | Fri, 28 Sep 2018 09:12:54 +0100 |
parents | 5f3e374746b6 |
children | 3fa8cdbf362c |
files | layer/WaveformLayer.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/WaveformLayer.cpp Thu Sep 27 16:20:58 2018 +0100 +++ b/layer/WaveformLayer.cpp Fri Sep 28 09:12:54 2018 +0100 @@ -966,7 +966,7 @@ if (showIndividualSample) { paint->setPen(baseColour); - paint->drawRect(x-1, rangeTop-1, 3, 3); + paint->drawRect(x-1, rangeTop-1, 2, 2); } if (x != x0 && prevRangeBottom != -1) {