elm toolbar menu: the menu is closed if we click on the middle of the hover

SVN revision: 42923
This commit is contained in:
Jonathan Atton 2009-10-06 21:56:24 +00:00
parent 72e5eb0517
commit ab10322bcc
1 changed files with 2 additions and 0 deletions

View File

@ -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";