[Marble-commits] branches/KDE/4.5/kdeedu/marble/src/lib
Bastian Holst
bastianholst at gmx.de
Sat Oct 2 00:43:35 CEST 2010
SVN commit 1181736 by bholst:
Fixed a little bug which prevented Marble's zoom buttons from being
checked for activity when clicking on them.
Backport, original fix in r1181734
M +1 -0 MarbleControlBox.cpp
--- branches/KDE/4.5/kdeedu/marble/src/lib/MarbleControlBox.cpp #1181735:1181736
@@ -415,6 +415,7 @@
d->uiWidget.zoomSlider->setValue( zoom );
d->uiWidget.zoomSlider->setMinimum( minimumZoom() );
+ updateButtons( zoom );
d->uiWidget.zoomSlider->blockSignals( false );
}
More information about the Marble-commits
mailing list