diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-19 20:14:48 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-19 21:38:10 -0800 |
commit | edad8712b97781ae8952fe5905cb337ecc0be9ea (patch) | |
tree | dcd8017937acf90745c7f91c397df97d0c35a9e6 /qt-ui/profilegraphics.cpp | |
parent | cd3867d46abdc3c19368b7370b4fa1c3b71d0e1d (diff) | |
download | subsurface-edad8712b97781ae8952fe5905cb337ecc0be9ea.tar.gz |
Make the colors of the texts be prettier.
Just fixes some colors of the texts on the canvas.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.cpp')
-rw-r--r-- | qt-ui/profilegraphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp index 2d99e654f..454bca65a 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -362,7 +362,6 @@ QColor ProfileGraphicsView::getColor(const color_indice_t i) void ProfileGraphicsView::plot(struct dive *d, bool forceRedraw) { - return; struct divecomputer *dc = NULL; if (d) |