ystrem / u8glib

Automatically exported from code.google.com/p/u8glib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculation of cursor position...

GoogleCodeExporter opened this issue · comments

... is wrong if the default setting for the y position is changed.
More specific: If anything else than U8GLIB::setFontPosBaseline(void)
 is in effect, then the calculation for the cursor will be wrong.

Bugfix: The calculation of the cursor position must be independent from the 
"setFontPos..." setting.


Original issue reported on code.google.com by olikr...@gmail.com on 28 Jan 2013 at 10:23

done

Original comment by olikr...@gmail.com on 28 Jan 2013 at 10:24

  • Changed state: Fixed