Chromium Code Reviews| Index: chrome/browser/ui/cocoa/hyperlink_text_view.mm |
| diff --git a/chrome/browser/ui/cocoa/hyperlink_text_view.mm b/chrome/browser/ui/cocoa/hyperlink_text_view.mm |
| index ea92f4c17c90658c3f30658df0643f10ccd61e8c..8361f4acaa0d7c11e2856201f0c3dc2811d1c8cb 100644 |
| --- a/chrome/browser/ui/cocoa/hyperlink_text_view.mm |
| +++ b/chrome/browser/ui/cocoa/hyperlink_text_view.mm |
| @@ -43,6 +43,10 @@ const float kTextBaselineShift = -1.0; |
| return NSMakeRange(0, 0); |
| } |
| +- (BOOL)acceptsFirstMouse:(NSEvent*)event { |
| + return YES; |
|
Nico
2011/10/12 16:23:09
this is an unintentional change, right?
jeremya
2011/10/13 05:16:54
Yep, removed.
|
| +} |
| + |
| // Convince NSTextView to not show an I-Beam cursor when the cursor is over the |
| // text view but not over actual text. |
| // |