forked from qt-creator/qt-creator
QmlDesigner.NodeInstances: Makes animation faster not slower
Other try for a workaround to disable animations.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user