diff options
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", - |