Explorar o código

removed check

Royi Bernthal %!s(int64=7) %!d(string=hai) anos
pai
achega
9706d306c8
Modificáronse 1 ficheiros con 1 adicións e 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();
     }
 
     /**