Skip to content

Commit

Permalink
Fix marker background on older systems
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Apr 15, 2014
1 parent 2b227c6 commit 5101fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PTEConsoleLogger.m
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView

if (marker)
{
cell.backgroundColor = [UIColor colorWithWhite:0.5 alpha:0.5];
label.backgroundColor = [UIColor colorWithWhite:0.5 alpha:1.0];
label.textAlignment = NSTextAlignmentCenter;
cell.userInteractionEnabled = NO;
}
Expand Down

0 comments on commit 5101fa2

Please sign in to comment.