mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Hide everything 'floatable' by default on the globe.
Later we spacifically enable the scale, but Dirk asked me to use the bare minimum of marble. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
abc81fbd01
commit
a3ddb16d88
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ GlobeGPS::GlobeGPS(QWidget* parent) : MarbleWidget(parent), loadedDives(0)
|
|||
setProjection(Marble::Spherical);
|
||||
|
||||
setAnimationsEnabled(true);
|
||||
Q_FOREACH(AbstractFloatItem *i, floatItems()){
|
||||
i->setVisible(false);
|
||||
}
|
||||
|
||||
setShowClouds(false);
|
||||
setShowBorders(false);
|
||||
setShowPlaces(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue