mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Call zoomAll when curve stacking is changed
This commit is contained in:
parent
a446f874cb
commit
c34d123dee
@ -2118,6 +2118,9 @@ void RimSummaryPlot::curveAppearanceChanged( const caf::SignalEmitter* emitter )
|
||||
void RimSummaryPlot::curveStackingChanged( const caf::SignalEmitter* emitter, bool stacked )
|
||||
{
|
||||
loadDataAndUpdate();
|
||||
|
||||
// Change of stacking can result in very large y-axis changes, so zoom all
|
||||
zoomAll();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user