]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/participant/RulerPainter.java
Some more fixes to platform for district
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / participant / RulerPainter.java
index 74a5f358674009cc44b2ae52ef731c6e579a9997..bffe0c9df4862a160f95ac0e61610dffb1d2a1e1 100644 (file)
@@ -116,7 +116,7 @@ public class RulerPainter extends AbstractCanvasParticipant {
         node.remove();
     }
 
-    void updateNode() {
+    protected void updateNode() {
         node.setEnabled(isPaintingEnabled());
         node.setGridSize(getGridSize());
     }