Remove superfluous updateLayout from RimPlot

This commit is contained in:
Gaute Lindkvist 2019-11-20 14:07:20 +01:00
parent 8f6e875ea4
commit 7f0efb61f4

View File

@ -99,7 +99,6 @@ void RimPlot::updateAfterInsertingIntoMultiPlot()
{ {
updateLegend(); updateLegend();
updateAxes(); updateAxes();
updateLayout();
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------