+ fixes #0001972: FreeCAD crashes when using keyboard shortcut H to constrain a line

This commit is contained in:
wmayer
2015-02-18 12:50:16 +01:00
parent aeabffeed8
commit 78171d59fd

View File

@@ -161,6 +161,7 @@ void SIM::Coin3D::Quarter::SoQTQuarterAdaptor::init()
m_seekdistanceabs = FALSE;
m_seekperiod = 2.0f;
m_inseekmode = FALSE;
m_storedcamera = 0;
m_seeksensor = new SoTimerSensor(SoQTQuarterAdaptor::seeksensorCB, (void*)this);
getSoEventManager()->setNavigationState(SoEventManager::NO_NAVIGATION);