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>
This commit is contained in:
Dirk Hohndel 2015-06-27 22:53:39 -07:00
parent ee8f7de4e7
commit fbc3b5242d
5 changed files with 18 additions and 8 deletions

View file

@ -264,6 +264,7 @@ void MainWindow::current_dive_changed(int divenr)
}
graphics()->plotDive();
information()->updateDiveInfo();
globe()->reload();
}
void MainWindow::on_actionNew_triggered()