• 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
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...