mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#792 Added Window zoom and Zoom All
This commit is contained in:
@@ -906,3 +906,14 @@ void RimView::selectOverlayInfoConfig()
|
||||
RiuMainWindow::instance()->selectAsCurrentItem(m_overlayInfoConfig);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimView::zoomAll()
|
||||
{
|
||||
if (m_viewer)
|
||||
{
|
||||
m_viewer->zoomAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user