diff options
Diffstat (limited to 'stats/statscolors.h')
-rw-r--r-- | stats/statscolors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/statscolors.h b/stats/statscolors.h index d8198911c..178cf8b00 100644 --- a/stats/statscolors.h +++ b/stats/statscolors.h @@ -24,6 +24,7 @@ inline const QColor quartileMarkerColor(Qt::red); inline const QColor regressionItemColor(Qt::red); inline const QColor meanMarkerColor(Qt::green); inline const QColor medianMarkerColor(Qt::red); +inline const QColor selectionLassoColor(Qt::black); QColor binColor(int bin, int numBins); QColor labelColor(int bin, size_t numBins); |