fix(Styler): pass font params to compute_rich_text in draw_tooltip #70
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mupen64/ugui!70
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/draw-tooltip-font-params"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
draw_tooltipcrashing withnil font_namewhen hovering controls with tooltipsdraw_tooltipwas callingcompute_rich_textwithoutfont_nameandfont_size, unlikedraw_rich_textwhich properly defaults tougui.standard_styler.paramsFix
Pass
font_nameandfont_sizefromugui.standard_styler.paramstocompute_rich_textindraw_tooltip.