ItsAgi / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

calculation of cursor position... #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
... 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

GoogleCodeExporter commented 8 years ago
done

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