aboutsummarylogtreecommitdiffstats
path: root/other__window-background.patch
diff options
context:
space:
mode:
authorTomasz Gąsior2018-01-21 19:56:06 +0100
committerTomasz Gąsior2018-01-21 19:56:06 +0100
commitdf0622d0b0fb5065cb3428a35ec12190254bfb94 (patch)
tree1eaa67ab98f4d957bd2085b6112a0a34e94f78ec /other__window-background.patch
parente9ceba3686453c69d386bf220bfcd393567fd60a (diff)
downloadaur-df0622d0b0fb5065cb3428a35ec12190254bfb94.tar.gz
Too large menu fix.
If menu is too large, menu bar is covered by popup menu.
Diffstat (limited to 'other__window-background.patch')
-rw-r--r--other__window-background.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/other__window-background.patch b/other__window-background.patch
deleted file mode 100644
index c7f70be07982..000000000000
--- a/other__window-background.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --color -U 5 -r -Z -B ./org/gtk/gtkwindow.c ./mod/gtk/gtkwindow.c
---- ./org/gtk/gtkwindow.c 2017-10-27 22:06:52.000000000 +0200
-+++ ./mod/gtk/gtkwindow.c 2017-10-30 21:27:43.370340735 +0100
-@@ -7428,10 +7428,12 @@
- }
-
- gtk_widget_set_window (widget, gdk_window);
- gtk_widget_register_window (widget, gdk_window);
- gtk_widget_set_realized (widget, TRUE);
-+ if (!priv->client_decorated && !gtk_widget_get_app_paintable (widget))
-+ gtk_style_context_set_background (gtk_widget_get_style_context (widget), gdk_window);
-
- attributes.x = allocation.x;
- attributes.y = allocation.y;
- attributes.width = allocation.width;
- attributes.height = allocation.height;