From: Jay Freeman (saurik) <saurik@saurik.com> Date: Tue, 7 Dec 2010 10:16:40 +0000 (-0800) Subject: Do not highlight section cell text while editing. X-Git-Tag: v1.1.0%b1~398 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8cfba08862aa81912f30886736d16bf3cc5d89a2 Do not highlight section cell text while editing. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 97fa45cf..27562509 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5176,7 +5176,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) drawContentRect:(CGRect)rect { - bool highlighted(highlighted_); + bool highlighted(highlighted_ && !editing_); [icon_ drawInRect:CGRectMake(8, 7, 32, 32)];