Explorar o código

wrapping boolean

Royi Bernthal %!s(int64=8) %!d(string=hai) anos
pai
achega
2ae3c466ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/src/controls/textBlock.ts

+ 1 - 1
gui/src/controls/textBlock.ts

@@ -115,7 +115,7 @@ module BABYLON.GUI {
             this._lines = [];
             var _lines = this.text.split("\n");
 
-            if (this._textWrapping) {
+            if (this._textWrapping && !this._resizeToFit) {
                 for(var _line of _lines) {
                     this._lines.push(this._parseLineWithTextWrapping(_line, context));
                 }