#953 Summary plot : Picking on time axis selects time axis in propery editor

This commit is contained in:
Magne Sjaastad
2016-11-16 15:27:04 +01:00
parent 80b4f63311
commit 46928a4a00

View File

@@ -159,7 +159,7 @@ void RimSummaryPlot::selectAxisInPropertyEditor(int axis)
}
else if (axis == QwtPlot::xBottom)
{
plotwindow->selectAsCurrentItem(this);
plotwindow->selectAsCurrentItem(m_timeAxisProperties);
}
}