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-1640567.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-1640567.patch')
-rw-r--r-- | mozilla-1640567.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mozilla-1640567.patch b/mozilla-1640567.patch deleted file mode 100644 index c1f3f44..0000000 --- a/mozilla-1640567.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/layout/xul/nsMenuPopupFrame.cpp b/layout/xul/nsMenuPopupFrame.cpp ---- a/layout/xul/nsMenuPopupFrame.cpp -+++ b/layout/xul/nsMenuPopupFrame.cpp -@@ -1422,11 +1422,9 @@ - !GDK_IS_X11_DISPLAY(gdk_display_get_default())) { - screenPoint = nsPoint(anchorRect.x, anchorRect.y); - mAnchorRect = anchorRect; -- } else -+ } - #endif -- { -- screenPoint = AdjustPositionForAnchorAlign(anchorRect, hFlip, vFlip); -- } -+ screenPoint = AdjustPositionForAnchorAlign(anchorRect, hFlip, vFlip); - } else { - // with no anchor, the popup is positioned relative to the root frame - anchorRect = rootScreenRect; - |