Update path panel.

This commit is contained in:
Mikael Capelle
2018-03-05 19:27:30 +01:00
parent b77a39e01b
commit ddcc6dc06f
5 changed files with 101 additions and 8 deletions

View File

@@ -107,6 +107,10 @@ public class MapViewDrawing extends MapView implements Drawing {
}
}
@Override
public void redraw() {
MapViewDrawing.this.getLayerManager().redrawLayers();
}
};
/**