Mercurial > hg > svgui
diff layer/PianoScale.cpp @ 1486:ac0a8addabcf
Merge from branch by-id
author | Chris Cannam |
---|---|
date | Wed, 17 Jul 2019 14:25:16 +0100 |
parents | f2525e6cbdf1 |
children |
line wrap: on
line diff
--- a/layer/PianoScale.cpp Thu Jun 13 15:35:01 2019 +0100 +++ b/layer/PianoScale.cpp Wed Jul 17 14:25:16 2019 +0100 @@ -58,7 +58,7 @@ QColor col = Qt::gray; if (i == 61) { // filling middle C col = Qt::blue; - col = col.light(150); + col = col.lighter(150); } if (ppy - y > 2) { paint.fillRect(x0 + 1, @@ -129,7 +129,7 @@ QColor col = Qt::gray; if (i == 61) { // filling middle C col = Qt::blue; - col = col.light(150); + col = col.lighter(150); } if (x - ppx > 2) { paint.fillRect((px + ppx) / 2 + 1,