summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/download/download_item_button.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/download/download_item_button.mm')
-rw-r--r--chrome/browser/ui/cocoa/download/download_item_button.mm6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/download/download_item_button.mm b/chrome/browser/ui/cocoa/download/download_item_button.mm
index da9f6b4..ef1eb69 100644
--- a/chrome/browser/ui/cocoa/download/download_item_button.mm
+++ b/chrome/browser/ui/cocoa/download/download_item_button.mm
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -47,4 +47,8 @@
[[self cell] setHighlighted:NO];
}
+- (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent*)event {
+ return YES;
+}
+
@end