diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-12 14:33:57 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-12 14:33:57 +0100 |
commit | d6756537dd8cf4d9816dc63ada66ea026e0fd128 (patch) | |
tree | 73822a6950c9dc87de309cccda7234e40a4f9fa4 /mozilla-1661192.patch | |
parent | changelog date fix (diff) | |
download | librewolf-fedora-ff-d6756537dd8cf4d9816dc63ada66ea026e0fd128.tar.gz librewolf-fedora-ff-d6756537dd8cf4d9816dc63ada66ea026e0fd128.tar.bz2 librewolf-fedora-ff-d6756537dd8cf4d9816dc63ada66ea026e0fd128.zip |
Updated to 83.0, Updated PipeWire patches from mozbz#1672944
Diffstat (limited to 'mozilla-1661192.patch')
-rw-r--r-- | mozilla-1661192.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mozilla-1661192.patch b/mozilla-1661192.patch deleted file mode 100644 index fa3cd42..0000000 --- a/mozilla-1661192.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp ---- a/widget/gtk/nsWindow.cpp -+++ b/widget/gtk/nsWindow.cpp -@@ -1600,9 +1600,11 @@ - #endif - } - -+ bool hasAnchorRect = true; - if (anchorRect.width == 0) { - LOG((" No anchor rect given, use aPosition for anchor")); - anchorRect.SetRect(aPosition->x, aPosition->y, 1, 1); -+ hasAnchorRect = false; - } - LOG((" anchor x %d y %d width %d height %d (absolute coords)\n", - anchorRect.x, anchorRect.y, anchorRect.width, anchorRect.height)); -@@ -1704,7 +1706,7 @@ - nsPoint cursorOffset(0, 0); - #ifdef MOZ_WAYLAND - // Offset is already computed to the tooltips -- if (popupFrame && mPopupType != ePopupTypeTooltip) { -+ if (hasAnchorRect && popupFrame && mPopupType != ePopupTypeTooltip) { - nsMargin margin(0, 0, 0, 0); - popupFrame->StyleMargin()->GetMargin(margin); - switch (popupFrame->GetPopupAlignment()) { - |