mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Axis sync: Reset zoom to make sure the complete range for min/max is available
This commit is contained in:
parent
c9b762fb16
commit
721ba508de
@ -464,6 +464,9 @@ void RimSummaryMultiPlot::syncAxisRanges()
|
||||
{
|
||||
std::map<QString, std::pair<double, double>> axisRanges;
|
||||
|
||||
// Reset zoom to make sure the complete range for min/max is available
|
||||
zoomAll();
|
||||
|
||||
// gather current min/max values for each category (axis label)
|
||||
for ( auto plot : summaryPlots() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user