[Marble-commits] branches/KDE/4.5/kdeedu/marble/src/lib/routing
Dennis Nienhüser
earthwings at gentoo.org
Wed Aug 25 19:05:49 CEST 2010
SVN commit 1167912 by nienhueser:
Restore the old behavior of not showing a progress animation for fast replies (<100ms).
Backport of commit 1167911.
M +0 -1 RoutingInputWidget.cpp
M +0 -1 RoutingWidget.cpp
--- branches/KDE/4.5/kdeedu/marble/src/lib/routing/RoutingInputWidget.cpp #1167911:1167912
@@ -219,7 +219,6 @@
} else {
d->m_pickButton->setVisible( false );
d->m_stateButton->setVisible( true );
- updateProgress();
d->m_progressTimer.start();
d->m_runnerManager->newText( text );
}
--- branches/KDE/4.5/kdeedu/marble/src/lib/routing/RoutingWidget.cpp #1167911:1167912
@@ -446,7 +446,6 @@
d->m_routingLayer->setRouteDirty( state == RoutingManager::Downloading );
if ( state == RoutingManager::Downloading ) {
- updateProgress();
d->m_progressTimer.start();
} else {
d->m_progressTimer.stop();
More information about the Marble-commits
mailing list