• 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
Name
Last commit
Last update
..
lib Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
pubspec.yaml Loading commit data...