fix e border theme mouse events

I removed this a while ago to fix shaped windows, but then I fixed it another way and forgot to put them back
This commit is contained in:
Mike Blumenkrantz 2013-12-01 14:24:48 -05:00
parent 8f62058210
commit 76b6d351cc
3 changed files with 8 additions and 3 deletions

View File

@ -1769,3 +1769,6 @@
* tooltip: Added elm_object_tooltip_orient_set() and elm_object_tooltip_orient_get().
2013-12-01 Mike Blumenkrantz
* fix mouse eventing on e border theme

View File

@ -9,6 +9,8 @@ Improvements:
Fixes:
* fix mouse eventing on e border theme
Removals:
Changes since Elementary 1.7.0:

View File

@ -33,7 +33,7 @@ group { name: "e/widgets/border/default/border";
visible: 0;
}
}
part { name: "e.swallow.client"; type: SWALLOW; mouse_events: 0;
part { name: "e.swallow.client"; type: SWALLOW;
clip_to: "client_clip";
description { state: "default" 0.0;
rel1.relative: 0.0 1.0;
@ -974,7 +974,7 @@ group { name: "e/widgets/border/dialog/border";
group { name: "e/widgets/border/noresize/border";
inherit: "e/widgets/border/default/border";
parts {
part { name: "e.swallow.client"; type: SWALLOW; mouse_events: 0;
part { name: "e.swallow.client"; type: SWALLOW;
description { state: "default" 0.0;
rel2.relative: 1.0 1.0;
}
@ -1069,7 +1069,7 @@ group { name: "e/widgets/border/pixel/border";
rel2.to_y: "e.swallow.client";
}
}
part { name: "e.swallow.client"; type: SWALLOW; mouse_events: 0;
part { name: "e.swallow.client"; type: SWALLOW;
clip_to: "client_clip";
description { state: "default" 0.0;
rel1.offset: 1 1;