#1358 Added support for "Zoom All" of well alloc plots

This commit is contained in:
Magne Sjaastad
2017-03-24 12:10:05 +01:00
parent 03741fd7da
commit 40d5150b37
2 changed files with 33 additions and 10 deletions

View File

@@ -491,6 +491,7 @@ QWidget* RimWellAllocationPlot::viewWidget()
//--------------------------------------------------------------------------------------------------
void RimWellAllocationPlot::zoomAll()
{
m_accumulatedWellFlowPlot()->zoomAll();
}
//--------------------------------------------------------------------------------------------------