#769 closed defect/bug (fixed)
font display double
Reported by: | perepujal | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
The fonts looks ugly, like if they were rendered two times with a small offset in the internal-sdl view, see the screenshot. This bug was not here one week ago, so some commit in this time should have created it.
Attachments (1)
Change History (4)
Changed 12 years ago by perepujal
comment:1 Changed 12 years ago by perepujal
comment:2 Changed 12 years ago by perepujal
- Resolution set to fixed
- Status changed from new to closed
Updated svn to 4151 and this bug is corrected, so I am closing this ticket. Many thanks.
comment:3 Changed 12 years ago by tegzed
Hello Perepujal,
Ok I was not aware that there is ticket about this issue. I just saw you mentioning this at irc. The problem was that somebody replaced the set pixel routine which seems to break on some color depths so I brought back the good old one. I could only test the fix on pc only so it's good to hear that it works on your device also.
Seems that commit 4122 in graphics_sdl.c is causing this bug