Skip to content
Snippets Groups Projects
Commit a1247f33 authored by Arnaud LABOUREL's avatar Arnaud LABOUREL
Browse files

Minor bug : repaint after changing mode

parent 012e5ae8
No related branches found
No related tags found
No related merge requests found
Pipeline #37868 passed
...@@ -129,6 +129,7 @@ public class CanvasControllerContext implements PencilValues { ...@@ -129,6 +129,7 @@ public class CanvasControllerContext implements PencilValues {
case POLYGON_EDITION -> switchToPolygonEdition(); case POLYGON_EDITION -> switchToPolygonEdition();
case RECTANGLE_EDITION -> switchToRectangleEdition(); case RECTANGLE_EDITION -> switchToRectangleEdition();
} }
repaint();
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment