| Index: ui/views/controls/tree/tree_view.cc
|
| diff --git a/ui/views/controls/tree/tree_view.cc b/ui/views/controls/tree/tree_view.cc
|
| index b9e76ed5c3c436a80a7cc7ce92976d594f6f9f51..70501f872adda1fe37dfcd84d55e308b35aa6071 100644
|
| --- a/ui/views/controls/tree/tree_view.cc
|
| +++ b/ui/views/controls/tree/tree_view.cc
|
| @@ -81,6 +81,7 @@ TreeView::TreeView()
|
| controller_(NULL),
|
| root_shown_(true),
|
| row_height_(font_list_.GetHeight() + kTextVerticalPadding * 2) {
|
| + // Always focusable, even on Mac (consistent with NSOutlineView).
|
| SetFocusBehavior(FocusBehavior::ALWAYS);
|
| closed_icon_ = *ui::ResourceBundle::GetSharedInstance().GetImageNamed(
|
| (base::i18n::IsRTL() ? IDR_FOLDER_CLOSED_RTL
|
|
|