From 7ec90e9a22222940c8a3eb97902954f51ebf4767 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sat, 27 Dec 2025 14:07:49 +0800 Subject: [PATCH] opt dyn more text Signed-off-by: bggRGjQaUbCoE --- lib/common/widgets/flutter/text/paragraph.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/common/widgets/flutter/text/paragraph.dart b/lib/common/widgets/flutter/text/paragraph.dart index 3bcdf6bef..fd7ddcfae 100644 --- a/lib/common/widgets/flutter/text/paragraph.dart +++ b/lib/common/widgets/flutter/text/paragraph.dart @@ -409,6 +409,9 @@ class RenderParagraph extends RenderBox if (_textPainter.textScaler == value) { return; } + _morePainter + ?..textScaler = value + ..layout(); _textPainter.textScaler = value; _overflowShader = null; markNeedsLayout();