From ab10322bcc3141c7c0ef081996b8f6b3f024b001 Mon Sep 17 00:00:00 2001 From: Jonathan Atton Date: Tue, 6 Oct 2009 21:56:24 +0000 Subject: [PATCH] elm toolbar menu: the menu is closed if we click on the middle of the hover SVN revision: 42923 --- legacy/elementary/data/themes/default.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index e16eb7c141..73de6617d2 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/data/themes/default.edc @@ -4569,6 +4569,7 @@ collections { } part { name: "pop"; mouse_events: 1; + repeat_events:1; description { state: "default" 0.0; rel1.to: "elm.swallow.slot.middle"; rel1.offset: -5 -5; @@ -4578,6 +4579,7 @@ collections { } part { name: "elm.swallow.slot.middle"; type: SWALLOW; + repeat_events:1; description { state: "default" 0.0; rel1.to: "elm.swallow.size"; rel2.to: "elm.swallow.size";