[mate-panel] 01/01: debian/patches: Add 0001_fix_panel_autohide.patch. Fix regression in mate-panel where the panel will auto hide when the menu is opened.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Mon Apr 23 10:13:36 BST 2018
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-panel.
commit d6c77b306ebc847a25f3bee2bde24172d3890e99
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Mon Apr 23 10:13:30 2018 +0100
debian/patches: Add 0001_fix_panel_autohide.patch. Fix regression in mate-panel where the panel will auto hide when the menu is opened.
---
debian/patches/0001_fix_panel_autohide.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/0001_fix_panel_autohide.patch b/debian/patches/0001_fix_panel_autohide.patch
new file mode 100644
index 0000000..ab6c96f
--- /dev/null
+++ b/debian/patches/0001_fix_panel_autohide.patch
@@ -0,0 +1,15 @@
+Author: Wolfgang Ulbrich <mate at raveit.de>
+Description: Fix regression in mate-panel where the panel will auto hide when the menu is opened.
+
+diff --git a/mate-panel/panel-toplevel.c b/mate-panel/panel-toplevel.c
+index 25daa697..e9d9fe48 100644
+--- a/mate-panel/panel-toplevel.c
++++ b/mate-panel/panel-toplevel.c
+@@ -3805,6 +3805,7 @@ panel_toplevel_queue_auto_hide (PanelToplevel *toplevel)
+ g_return_if_fail (PANEL_IS_TOPLEVEL (toplevel));
+
+ if (!toplevel->priv->auto_hide ||
++ panel_toplevel_contains_pointer (toplevel) ||
+ panel_toplevel_get_autohide_disabled (toplevel))
+ return;
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3139b00
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix_panel_autohide.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-panel.git
More information about the pkg-mate-commits
mailing list