Skip to content

Commit

Permalink
Fixed issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed Oct 22, 2015
1 parent adda401 commit fccab6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BEMCheckBox.m
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ - (void)drawRect:(CGRect)rect {
*/
- (void)drawEntireCheckBox {
if (!self.hideBox) {
if (!self.offBoxLayer) {
if (!self.offBoxLayer && self.pathManager.size != 0) {
[self drawOffBox];
}
if (self.on) {
Expand Down
Binary file not shown.

0 comments on commit fccab6e

Please sign in to comment.