From 8968b38338529cd0a7f2ad08a7c2e0d2e76b6e62 Mon Sep 17 00:00:00 2001 From: Alexey Korop Date: Mon, 4 Jan 2010 13:21:12 -0500 Subject: improve submenu hide delay --- data/rc.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/rc.xml') diff --git a/data/rc.xml b/data/rc.xml index eaf3df7f..d6956287 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -635,6 +635,9 @@ 100 + 400 + yes yes -- cgit v1.2.3 From b88cf22bc0084bc611453443b5d8355edbe33bfa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 4 Jan 2010 15:07:10 -0500 Subject: Some fixes for the submenu hide delay code When nothing in a menu is selected, go back to selecting the open submenu. Adjust the LeaveNotify event handling to only respond when there is not a EnterNotify coming for the same menu frame. Change the default submenu show/hide delays. Have the default values for submenu show/hide match the default rc.xml --- data/rc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rc.xml') diff --git a/data/rc.xml b/data/rc.xml index d6956287..cf6d47cd 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -632,7 +632,7 @@ menu is hidden again --> no - 100 + 200 400 -- cgit v1.2.3 From e8588737c944f4dc5f94ca67bf0c7e3ff7133004 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 4 Jan 2010 15:26:10 -0500 Subject: Allow infinite delay for submenu show/hide by using a negative value. --- data/rc.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'data/rc.xml') diff --git a/data/rc.xml b/data/rc.xml index cf6d47cd..c89625dd 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -633,11 +633,15 @@ no 200 - + 400 + if this is a negative value, then the delay is infinite and the + submenu will not be hidden until a different submenu is opened --> yes yes -- cgit v1.2.3