From 6a588ea224164ef43f2a79541d0cf41f5c59eaca Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 7 Dec 2010 02:16:40 -0800 Subject: [PATCH] Do not highlight section cell text while editing. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]; -- 2.45.2