elm theme - ensure hotspot is visible so it is calculated

new changes to avoid calcs on invisible parts means the hotspot doesnt
recalc thus doesnt move thus... is wrong. make it visible in the theme
to ensure it is.
This commit is contained in:
Carsten Haitzler 2019-11-16 12:56:17 +00:00
parent d6261f02fb
commit 2ef20d1489
1 changed files with 0 additions and 3 deletions

View File

@ -39,7 +39,6 @@ group { name: "e/pointer/enlightenment/default/color";
part { name: "e.swallow.hotspot"; type: SWALLOW;
description { state: "default" 0.0;
fixed: 1 1;
visible: 0;
rel1.relative: (5/32) (5/32);
rel.to: "base";
rel2.relative: (5/32) (5/32);
@ -118,7 +117,6 @@ group { name: "e/pointer/enlightenment/default/mono";
part { name: "e.swallow.hotspot"; type: SWALLOW;
description { state: "default" 0.0;
fixed: 1 1;
visible: 0;
rel1.offset: 6 8;
rel1.to: "base";
rel2.offset: 6 8;
@ -468,7 +466,6 @@ group { name: "e/pointer/enlightenment/entry/color";
part { name: "e.swallow.hotspot"; type: SWALLOW;
description { state: "default" 0.0;
fixed: 1 1;
visible: 0;
rel1.relative: 0.5 0.5;
rel1.to: "base";
rel2.to: "base";