Merge with master

This commit is contained in:
Dima-1 2020-08-17 14:23:10 +03:00
parent c382b6d92d
commit e528262d66

View file

@ -22,7 +22,7 @@ public class ChangeRouteModeCommand extends MeasurementModeCommand {
public ChangeRouteModeCommand(MeasurementToolLayer measurementLayer, ApplicationMode newMode,
CalculationMode newCalculationMode) {
this.measurementLayer = measurementLayer;
super(measurementLayer);
this.newMode = newMode;
this.newCalculationMode = newCalculationMode;
MeasurementEditingContext editingCtx = measurementLayer.getEditingCtx();