Skip to content

Commit

Permalink
Update MixtureTextView.java
Browse files Browse the repository at this point in the history
fix bugs
  • Loading branch information
hongyangAndroid committed Aug 27, 2015
1 parent ba3986f commit d92c589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ private void getAllYCors()
@Override
protected void dispatchDraw(Canvas canvas)
{
mMaxHeight = getPaddingBottom() + getPaddingRight();
mMaxHeight = getPaddingBottom() + getPaddingTop();
initAllNeedRenderRect();
boolean skipDraw = tryDraw(null);
if (skipDraw) return;
Expand Down

0 comments on commit d92c589

Please sign in to comment.