mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#953 Summary plot : Picking on time axis selects time axis in propery editor
This commit is contained in:
@@ -159,7 +159,7 @@ void RimSummaryPlot::selectAxisInPropertyEditor(int axis)
|
||||
}
|
||||
else if (axis == QwtPlot::xBottom)
|
||||
{
|
||||
plotwindow->selectAsCurrentItem(this);
|
||||
plotwindow->selectAsCurrentItem(m_timeAxisProperties);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user