From bac83efafc5710524b423689b8515def290bc904 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 11 Mar 2012 05:17:21 +0000 Subject: [PATCH] Set state machine to style /all/ label attempts. --- Library.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library.mm b/Library.mm index fa606a8..d45c023 100644 --- a/Library.mm +++ b/Library.mm @@ -1580,7 +1580,7 @@ MSInstanceMessage1(void, SBIconLabel, drawRect, CGRect, rect) { MSInstanceMessage0(CGImageRef, SBIconLabel, buildLabelImage) { bool docked((MSHookIvar(self, "_inDock") & 0x2) != 0); - WBStringDrawingState labelState = {NULL, 2, [NSString stringWithFormat:@"" + WBStringDrawingState labelState = {NULL, 0, [NSString stringWithFormat:@"" "color: %@;" , (docked || !SummerBoard_ ? @"white" : @"#b3b3b3") -- 2.45.2