QmlDesigner.NodeInstances: Makes animation faster not slower

Other try for a workaround to disable animations.
This commit is contained in:
Marco Bubke
2011-02-09 12:59:48 +01:00
parent eb278868e1
commit a7fe859e15

View File

@@ -913,7 +913,7 @@ void NodeInstanceServer::initializeDeclarativeView()
#ifdef Q_WS_MAC
m_declarativeView->setAttribute(Qt::WA_DontShowOnScreen, true);
#endif
QUnifiedTimer::instance()->setSlowdownFactor(1000000.);
QUnifiedTimer::instance()->setSlowdownFactor(0.00001);
QUnifiedTimer::instance()->setSlowModeEnabled(true);
}