Skip to content

Fix crash when adding new axis

Martin Marmsoler requested to merge work/AxisCrash into master

when adding a new axis and the coordinatesystem will be set, retransformRange() will be called. Due to the missing plot and csystem the application crashes. This is because the axis gets child of the plot after all properties are set correctly

fixes #369 (closed)

Merge request reports