• Adam Barth's avatar
    Tab labels incorrectly fade out (#4391) · b96d1dfc
    Adam Barth authored
    Assigning to `size` called our intrinsic sizing functions re-entrantly, which
    is a destructive operation on TextPainter. Ideally we'd made that a
    non-destructive operation, but in the meantime we can fix the tab fading issue
    by grabbing the text size before assigning to `size`.
    
    Fixes #4365
    b96d1dfc
text_painter.dart 8.51 KB