diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-20 20:59:49 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-20 20:59:49 +0200 |
commit | 35c4f0b6ca508f428c31ab991633142b1384e382 (patch) | |
tree | 8ec70b64667f412aba2f14f7c7e6018358868e70 /dgedit | |
parent | 722eb3fd725cba195f0dc98082b62383cd2ca243 (diff) |
Make samplesorter colours the same as selections in canvas.
Diffstat (limited to 'dgedit')
-rw-r--r-- | dgedit/samplesorter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgedit/samplesorter.cc b/dgedit/samplesorter.cc index 03547e8..00139e2 100644 --- a/dgedit/samplesorter.cc +++ b/dgedit/samplesorter.cc @@ -162,7 +162,7 @@ void SampleSorter::paintEvent(QPaintEvent *event) QColor colBg = QColor(180, 200, 180, 160); QColor colFg = QColor(160, 180, 160, 160); QColor colPt = QColor(255, 100, 100, 160); - QColor colPtPreview = QColor(0, 0, 255, 60); + QColor colPtPreview = QColor(0, 0, 255, 160); QColor colPtSel = QColor(255, 255, 100, 160); painter.setPen(colBg); |