#4192 Add swap axis and update property editor

This commit is contained in:
Gaute Lindkvist
2019-03-12 13:48:51 +01:00
parent 22f7bf7c21
commit 117731a24a
9 changed files with 23 additions and 19 deletions

View File

@@ -821,6 +821,8 @@ void RimGridCrossPlotCurveSet::swapAxisProperties(bool updatePlot)
m_yAxisProperty.removeChildObject(yAxisProperties);
m_yAxisProperty = xAxisProperties;
m_xAxisProperty = yAxisProperties;
updateConnectedEditors();
loadDataAndUpdate(updatePlot);
}