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

@@ -33,4 +33,10 @@ public interface Overlay {
*/
public void delete();
/**
* Request a redraw of this overlay - This can start a full redraw of the inner
* drawing.
*/
public void redraw();
}