Explorar o código

Update image.ts

aWeirdo %!s(int64=7) %!d(string=hai) anos
pai
achega
62a333f7a7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      gui/src/controls/image.ts

+ 2 - 0
gui/src/controls/image.ts

@@ -164,6 +164,7 @@ module BABYLON.GUI {
             }
             
             this._cellWidth = value;
+            this._markAsDirty();
         }
 
         get cellHeight(): number {
@@ -175,6 +176,7 @@ module BABYLON.GUI {
             }
             
             this._cellHeight = value;
+            this._markAsDirty();
         }
 
         get cellId(): number {