mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Minor change don't use drawUIString() in FileList::onPaint()
This commit is contained in:
parent
8de92df6cc
commit
cb4b4f8b4d
@ -359,7 +359,7 @@ void FileList::onPaint(ui::PaintEvent& ev)
|
||||
if (fi->isFolder()) {
|
||||
int icon_w = font()->textLength("[+]");
|
||||
|
||||
g->drawUIString("[+]", fgcolor, bgcolor, gfx::Point(x, y+2*guiscale()));
|
||||
g->drawString("[+]", fgcolor, bgcolor, gfx::Point(x, y+2*guiscale()));
|
||||
x += icon_w+2*guiscale();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user