Fix adding point not in center

This commit is contained in:
PavelRatushny 2017-08-15 15:36:01 +03:00
parent 18b2910a1e
commit 6baed758a9

View file

@ -12,6 +12,7 @@ public class AddPointCommand implements Command {
public AddPointCommand(MeasurementToolLayer measurementLayer, int position) {
this.measurementLayer = measurementLayer;
this.center = true;
this.position = position;
}