mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5051 Do not auto zoom when adding/removing curves in plot
This commit is contained in:
@@ -316,6 +316,8 @@ void RiuSummaryQwtPlot::endZoomOperations()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuSummaryQwtPlot::onZoomedSlot()
|
||||
{
|
||||
plotDefinition()->setAutoScaleXEnabled( false );
|
||||
plotDefinition()->setAutoScaleYEnabled( false );
|
||||
plotDefinition()->updateZoomFromQwt();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user