[Marble-commits] KDE/kdeedu/marble/src/lib
Torsten Rahn
tackat at t-online.de
Fri Aug 27 17:18:55 CEST 2010
Does it make sense to backport this one?
Best Regards,
Torsten
On Friday 27 August 2010 00:24:26 Jens-Michael Hoffmann wrote:
> SVN commit 1168541 by jmhoffmann:
>
> StackedTileLoader::updateTextureLayers: Clear d->m_sceneLayers and
> d->m_textureLayers to be able to really update them. It might very well be
> that map themes or layers are being removed.
>
> M +3 -0 StackedTileLoader.cpp
>
>
> --- trunk/KDE/kdeedu/marble/src/lib/StackedTileLoader.cpp #1168540:1168541
> @@ -449,6 +449,9 @@
>
> void StackedTileLoader::updateTextureLayers()
> {
> + d->m_sceneLayers.clear();
> + d->m_textureLayers.clear();
> +
> QList<GeoSceneDocument const *> const & mapThemes =
> d->m_mapThemeManager->mapThemes(); QList<GeoSceneDocument const
> *>::const_iterator pos = mapThemes.constBegin(); QList<GeoSceneDocument
> const *>::const_iterator const end = mapThemes.constEnd();
> _______________________________________________
> Marble-commits mailing list
> Marble-commits at kde.org
> https://mail.kde.org/mailman/listinfo/marble-commits
More information about the Marble-commits
mailing list