Index: ui/views/controls/button/label_button.cc |
diff --git a/ui/views/controls/button/label_button.cc b/ui/views/controls/button/label_button.cc |
index 03a3395098c5534224a5b69ce0de1f0656cd1819..8d60e4733faef79d97777ed0022bc57968738a67 100644 |
--- a/ui/views/controls/button/label_button.cc |
+++ b/ui/views/controls/button/label_button.cc |
@@ -214,7 +214,7 @@ void LabelButton::SetStyle(ButtonStyle style) { |
SetFocusPainter(nullptr); |
SetHorizontalAlignment(gfx::ALIGN_CENTER); |
- SetFocusable(true); |
+ SetFocusBehavior(CONTROL); |
SetMinSize(gfx::Size(70, 33)); |
// Themed borders will be set once the button is added to a Widget, since that |