[Marble-commits] KDE/kdeedu/marble/src/lib

Bastian Holst bastianholst at gmx.de
Thu Oct 14 00:15:48 CEST 2010


SVN commit 1185620 by bholst:

Fixed missing repainting after changing the zoom level in MarbleWidget

 M  +1 -0      MarbleWidget.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/MarbleWidget.cpp #1185619:1185620
@@ -504,6 +504,7 @@
     // It won't fly anyway. So we should do everything to keep the zoom value.
     if ( !d->m_animationsEnabled || mode == Instant ) {
         d->m_map->zoomView( newZoom );
+        d->repaint();
     }
     else {
         GeoDataLookAt target = lookAt();


More information about the Marble-commits mailing list