提交 ac6a0524 编写于 作者: H hzw

fix bug #15

上级 55159d07
......@@ -312,7 +312,7 @@ public class DoodleActivity extends Activity {
mDoodle.setColor(mLastColor);
mLastColor = null;
}
if (mSize != -1) {
if (mSize != null) {
mDoodle.setSize(mSize);
mSize = null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册