mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Call zoomAll when curve stacking is changed
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user