Merge with master
This commit is contained in:
parent
c382b6d92d
commit
e528262d66
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue