mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
opt dyn more text
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -409,6 +409,9 @@ class RenderParagraph extends RenderBox
|
|||||||
if (_textPainter.textScaler == value) {
|
if (_textPainter.textScaler == value) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
_morePainter
|
||||||
|
?..textScaler = value
|
||||||
|
..layout();
|
||||||
_textPainter.textScaler = value;
|
_textPainter.textScaler = value;
|
||||||
_overflowShader = null;
|
_overflowShader = null;
|
||||||
markNeedsLayout();
|
markNeedsLayout();
|
||||||
|
|||||||
Reference in New Issue
Block a user