Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1028)

Unified Diff: chrome/browser/cocoa/download_item_cell.mm

Issue 160237: Redraw download item when its state changed (Closed)
Patch Set: test Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/download_item_cell.mm
diff --git a/chrome/browser/cocoa/download_item_cell.mm b/chrome/browser/cocoa/download_item_cell.mm
index 11179fdd117f281725cbaa8a18ef490151ec2eb5..b1d5a299bc403976dc7587d74cf6f69bb82cfe89 100644
--- a/chrome/browser/cocoa/download_item_cell.mm
+++ b/chrome/browser/cocoa/download_item_cell.mm
@@ -132,6 +132,8 @@ NSTimeInterval kHideStatusDuration = 0.3;
[self setSecondaryTitle:statusString];
isStatusTextVisible_ = YES;
}
+
+ [[self controlView] setNeedsDisplay:YES];
}
- (void)updateTrackingAreas:(id)sender {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698