diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/chromeos/frame/panel_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/frame/panel_controller.cc b/chrome/browser/chromeos/frame/panel_controller.cc index 4cfcea1..4eafa12 100644 --- a/chrome/browser/chromeos/frame/panel_controller.cc +++ b/chrome/browser/chromeos/frame/panel_controller.cc @@ -164,7 +164,7 @@ bool PanelController::TitleMousePressed(const views::MouseEvent& event) { void PanelController::TitleMouseReleased( const views::MouseEvent& event, bool canceled) { - if (!event.IsOnlyLeftMouseButton()) { + if (!event.IsLeftMouseButton()) { return; } // Only handle clicks that started in our window. |