mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 01:13:40 +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 =
|
tab->textBlob =
|
||||||
text::TextBlob::MakeWithShaper(
|
text::TextBlob::MakeWithShaper(
|
||||||
theme->fontMgr(),
|
theme->fontMgr(),
|
||||||
AddRef(font()),
|
font(),
|
||||||
tab->text,
|
tab->text,
|
||||||
nullptr,
|
nullptr,
|
||||||
text::ShaperFeatures());
|
text::ShaperFeatures());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user