Caf: Fixed missing redraw/update after zoom all

p4#: 20413
This commit is contained in:
Jacob Støren
2013-02-07 13:37:39 +01:00
parent f8059880b8
commit 9f8f39b80b

View File

@@ -480,6 +480,7 @@ void caf::Viewer::zoomAll()
m_mainCamera->toLookAt(&eye, &vrp, &up);
m_mainCamera->fitView(bb, vrp-eye, up);
update();
}
//--------------------------------------------------------------------------------------------------