GdinKing / HandWrite

Signature/手写签字/支持笔锋/安卓/画板/电子签章

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

提个bug:点击“田字格签批”闪退

ActionWind opened this issue · comments

在主界面点击“田字格签批”会出现闪退的情况,原因是
public void setLineHeight(float lineHeight) {
this.lineHeight = lineHeight;
invalidate();
}
这个方法中参数的float类型应该改为int。改完以后测试通过。