From: Jay Freeman (saurik) Date: Sun, 11 Mar 2012 05:17:21 +0000 (+0000) Subject: Set state machine to style /all/ label attempts. X-Git-Tag: v0.9.3904~23 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/bac83efafc5710524b423689b8515def290bc904?hp=09eac5821348e32b009a13b4be8baaa4a01395ce Set state machine to style /all/ label attempts. --- 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")