diff options
Diffstat (limited to 'mozilla-1645695.patch')
-rw-r--r-- | mozilla-1645695.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mozilla-1645695.patch b/mozilla-1645695.patch new file mode 100644 index 0000000..feaae4a --- /dev/null +++ b/mozilla-1645695.patch @@ -0,0 +1,14 @@ +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", + |