]> git.saurik.com Git - cydia.git/commitdiff
Do not highlight section cell text while editing.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 7 Dec 2010 10:16:40 +0000 (02:16 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 1 Jan 2011 22:32:06 +0000 (14:32 -0800)
MobileCydia.mm

index 97fa45cff2160c80c556ad094c3a70ab1878fb32..2756250927cdf4b52c0d58c95056b17f2a8b4cc7 100644 (file)
@@ -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)];