diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-12-01 04:06:37 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-12-01 04:06:37 +0000 |
commit | a0dbfe2fb016ec18b858d0857d8c3ce21662d29c (patch) | |
tree | 0454226a8e0acc85a44cfa5e09502134947dbdef /www/chromium/files/patch-ui_views_controls_label.cc | |
parent | games/iqpuzzle: Update 1.2.0 -> 1.2.1 (diff) |
www/chromium: Update to version 87.0.4280.66
Submitted by: Matthias Wolf, cem, rene
Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
Diffstat (limited to 'www/chromium/files/patch-ui_views_controls_label.cc')
-rw-r--r-- | www/chromium/files/patch-ui_views_controls_label.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-ui_views_controls_label.cc b/www/chromium/files/patch-ui_views_controls_label.cc index b4a41508ef63..872cc0914544 100644 --- a/www/chromium/files/patch-ui_views_controls_label.cc +++ b/www/chromium/files/patch-ui_views_controls_label.cc @@ -1,6 +1,6 @@ ---- ui/views/controls/label.cc.orig 2020-09-08 19:14:28 UTC +--- ui/views/controls/label.cc.orig 2020-11-13 06:37:06 UTC +++ ui/views/controls/label.cc -@@ -710,7 +710,7 @@ bool Label::OnMousePressed(const ui::MouseEvent& event +@@ -726,7 +726,7 @@ bool Label::OnMousePressed(const ui::MouseEvent& event GetFocusManager()->SetFocusedView(this); } @@ -9,7 +9,7 @@ if (event.IsOnlyMiddleMouseButton() && GetFocusManager() && !had_focus) GetFocusManager()->SetFocusedView(this); #endif -@@ -896,7 +896,7 @@ bool Label::PasteSelectionClipboard() { +@@ -913,7 +913,7 @@ bool Label::PasteSelectionClipboard() { } void Label::UpdateSelectionClipboard() { |