mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-28 16:11:35 +00:00
Fix compilation error now that Widget::font() returns a FontRef
This commit is contained in:
parent
f10bc52b6c
commit
fd5ba19e2f
@ -655,7 +655,7 @@ void Tabs::drawTab(Graphics* g, const gfx::Rect& _box,
|
||||
tab->textBlob =
|
||||
text::TextBlob::MakeWithShaper(
|
||||
theme->fontMgr(),
|
||||
AddRef(font()),
|
||||
font(),
|
||||
tab->text,
|
||||
nullptr,
|
||||
text::ShaperFeatures());
|
||||
|
Loading…
x
Reference in New Issue
Block a user