Skip to content

Commit

Permalink
Bugfix for Issue klazuka#7: 'Adjacent' days, when selected, the gray …
Browse files Browse the repository at this point in the history
…fill is not filled correctly.
  • Loading branch information
klazuka committed Sep 9, 2010
1 parent ef88c6f commit 3c93971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KalTileView.m
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ - (void)setType:(KalTileType)tileType
rect.origin.x--;
rect.size.width++;
rect.size.height++;
} else {
} else if (flags.type == KalTileTypeToday) {
rect.origin.x++;
rect.size.width--;
rect.size.height--;
Expand Down

0 comments on commit 3c93971

Please sign in to comment.