[aseprite] 69/196: Minor change don't use drawUIString() in FileList::onPaint()

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit cb4b4f8b4d037f8c36e3d3c0b1057af988f9b20a
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Mar 15 12:56:44 2016 -0300

    Minor change don't use drawUIString() in FileList::onPaint()
---
 src/app/ui/file_list.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/ui/file_list.cpp b/src/app/ui/file_list.cpp
index aa06a36..49deef5 100644
--- a/src/app/ui/file_list.cpp
+++ b/src/app/ui/file_list.cpp
@@ -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();
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list