mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Caf: Fixed missing redraw/update after zoom all
p4#: 20413
This commit is contained in:
@@ -480,6 +480,7 @@ void caf::Viewer::zoomAll()
|
||||
m_mainCamera->toLookAt(&eye, &vrp, &up);
|
||||
|
||||
m_mainCamera->fitView(bb, vrp-eye, up);
|
||||
update();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user