From 7f0efb61f4c8046d21a126a00dce2ecda6178d47 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Wed, 20 Nov 2019 14:07:20 +0100 Subject: [PATCH] Remove superfluous updateLayout from RimPlot --- ApplicationCode/ProjectDataModel/RimPlot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/RimPlot.cpp b/ApplicationCode/ProjectDataModel/RimPlot.cpp index 8438d0f806..d1de867dda 100644 --- a/ApplicationCode/ProjectDataModel/RimPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimPlot.cpp @@ -99,7 +99,6 @@ void RimPlot::updateAfterInsertingIntoMultiPlot() { updateLegend(); updateAxes(); - updateLayout(); } //--------------------------------------------------------------------------------------------------