Merged in woodyhawthorne/ugfx (pull request #19)

Fixing bug created by commit [86aef59]
This commit is contained in:
Joel Bodenmann 2015-11-04 06:14:23 +01:00
commit b276bd7a4b

View file

@ -124,7 +124,7 @@ void gwinLabelSetBorder(GHandle gh, bool_t border);
* *
* @api * @api
*/ */
void gwinLabelDefaultDraw(GWidgetObject *gw, void *param) void gwinLabelDefaultDraw(GWidgetObject *gw, void *param);
/** @} */ /** @} */