Fix adding point not in center
This commit is contained in:
parent
18b2910a1e
commit
6baed758a9
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ public class AddPointCommand implements Command {
|
|||
|
||||
public AddPointCommand(MeasurementToolLayer measurementLayer, int position) {
|
||||
this.measurementLayer = measurementLayer;
|
||||
this.center = true;
|
||||
this.position = position;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue