Skip to content

Commit

Permalink
Properly support sync display in TextComponentLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Msegan committed May 20, 2016
1 parent 906243d commit b7a0c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ComponentTextKit/CKTextComponentLayer.mm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ - (void)setRenderer:(CKTextKitRenderer *)renderer
}
}
_renderer = renderer;
[self setNeedsAsyncDisplay];
[self setNeedsDisplay];
}
}

Expand Down

0 comments on commit b7a0c5e

Please sign in to comment.