diff options
author | Martin Stransky <stransky@redhat.com> | 2021-01-22 11:20:50 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-01-22 11:20:50 +0100 |
commit | 96a77865b82577898d93dab222a04a33cff907be (patch) | |
tree | 731ae5a894afb045b3c882129915b87970bd65a0 /mozilla-1645695.patch | |
parent | Disable crashreporter when building without debuginfo (diff) | |
download | librewolf-fedora-ff-96a77865b82577898d93dab222a04a33cff907be.tar.gz librewolf-fedora-ff-96a77865b82577898d93dab222a04a33cff907be.tar.bz2 librewolf-fedora-ff-96a77865b82577898d93dab222a04a33cff907be.zip |
Removed mzbz#1645695 as it causes a popup regression
Diffstat (limited to 'mozilla-1645695.patch')
-rw-r--r-- | mozilla-1645695.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mozilla-1645695.patch b/mozilla-1645695.patch deleted file mode 100644 index feaae4a..0000000 --- a/mozilla-1645695.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp ---- a/widget/gtk/nsWindow.cpp -+++ b/widget/gtk/nsWindow.cpp -@@ -1768,7 +1768,8 @@ - } - #endif - -- if (!g_signal_handler_find( -+ if (isWidgetVisible && -+ !g_signal_handler_find( - gdkWindow, G_SIGNAL_MATCH_FUNC, 0, 0, nullptr, - FuncToGpointer(NativeMoveResizeWaylandPopupCallback), this)) { - g_signal_connect(gdkWindow, "moved-to-rect", - |