Explorar el Código

removed check

Royi Bernthal hace 7 años
padre
commit
9706d306c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gui/src/2D/controls/multiLine.ts

+ 1 - 1
gui/src/2D/controls/multiLine.ts

@@ -62,7 +62,7 @@ export class MultiLine extends Control {
 
     /** Function called when a point is updated */
     public onPointUpdate = (): void => {
-        if (this.isVisible) this._markAsDirty();
+        this._markAsDirty();
     }
 
     /**