Explorar o código

Use _updateCharSize to avoid repetition

xuty %!s(int64=3) %!d(string=hai) anos
pai
achega
cb6732b7ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/src/ui/render.dart

+ 1 - 1
lib/src/ui/render.dart

@@ -53,7 +53,7 @@ class RenderTerminal extends RenderBox with RelayoutWhenSystemFontsChangeMixin {
         _onEditableRect = onEditableRect,
         _composingText = composingText {
     _updateColorPalette();
-    _charSize = calcCharSize(_textStyle, _textScaleFactor);
+    _updateCharSize();
   }
 
   Terminal _terminal;