diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-27 22:53:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-27 22:53:39 -0700 |
commit | fbc3b5242df891af9f6123eb7779f4431e8c3584 (patch) | |
tree | 9abb8a8cb9de3f89b0bba44104320ec5b1fe113c /qt-ui/mainwindow.cpp | |
parent | ee8f7de4e7fb8183c9a34dcab8ab88b96255af8d (diff) | |
download | subsurface-fbc3b5242df891af9f6123eb7779f4431e8c3584.tar.gz |
Globe: use lighter and darker flags to mark the current dive site
This may be too subtle... the current dive site now has a brighter flag
than the others. I may need to make it an even bigger difference or maybe
make the flag a little bigger or something... but it's a start.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 0b8ba1f76..55ef51440 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -264,6 +264,7 @@ void MainWindow::current_dive_changed(int divenr) } graphics()->plotDive(); information()->updateDiveInfo(); + globe()->reload(); } void MainWindow::on_actionNew_triggered() |