From ba097a3121a9a89739ee4a05f7cd32206cbbb76a Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 18 Jan 2019 18:12:45 +0000 Subject: [PATCH] themes - fix new error checks in edje_cc where parts/states etc. dont exist. --- data/themes/mild.edc | 4 ---- data/themes/nyanology/nyanology.edc | 31 +++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 4a51c4bb..a75cba03 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -1208,7 +1208,6 @@ collections { target: "popmedia_clip"; target: "popmedia_dismiss"; target: "popmedia_shadow"; - target: "popmedia_fill"; target: "popmedia_overlay"; target: "popmedia_bevel"; target: "popmedia_glint"; @@ -1223,7 +1222,6 @@ collections { target: "popmedia_clip"; target: "popmedia_dismiss"; target: "popmedia_shadow"; - target: "popmedia_fill"; target: "popmedia_overlay"; target: "popmedia_bevel"; target: "popmedia_glint"; @@ -1238,7 +1236,6 @@ collections { target: "popmedia_clip"; target: "popmedia_dismiss"; target: "popmedia_shadow"; - target: "popmedia_fill"; target: "popmedia_overlay"; target: "popmedia_bevel"; target: "popmedia_glint"; @@ -1253,7 +1250,6 @@ collections { target: "popmedia_clip"; target: "popmedia_dismiss"; target: "popmedia_shadow"; - target: "popmedia_fill"; target: "popmedia_overlay"; target: "popmedia_bevel"; target: "popmedia_glint"; diff --git a/data/themes/nyanology/nyanology.edc b/data/themes/nyanology/nyanology.edc index bc061249..5b07a777 100644 --- a/data/themes/nyanology/nyanology.edc +++ b/data/themes/nyanology/nyanology.edc @@ -95,6 +95,15 @@ collections { description { state: "oneline" 0.0; visible: 0; } + description { state: "disjoint" 0.0; + inherit: "default" 0.0; + } + description { state: "topfull" 0.0; + inherit: "default" 0.0; + } + description { state: "bottomfull" 0.0; + inherit: "default" 0.0; + } } part { name: "middle_clip"; type: RECT; mouse_events: 0; @@ -110,6 +119,15 @@ collections { rel2.to: "terminology.bottom_right"; rel2.relative: 0.0 1.0; } + description { state: "disjoint" 0.0; + inherit: "default" 0.0; + } + description { state: "topfull" 0.0; + inherit: "default" 0.0; + } + description { state: "bottomfull" 0.0; + inherit: "default" 0.0; + } } part { name: "bottom_clip"; type: RECT; mouse_events: 0; @@ -118,10 +136,19 @@ collections { rel1.relative: 0.0 0.0; rel2.to_x: "terminology.bottom_right"; rel2.relative: 0.0 1.0; - } - description { state: "oneline" 0.0; + } + description { state: "oneline" 0.0; visible: 0; } + description { state: "disjoint" 0.0; + inherit: "default" 0.0; + } + description { state: "topfull" 0.0; + inherit: "default" 0.0; + } + description { state: "bottomfull" 0.0; + inherit: "default" 0.0; + } } // the outline around the selection...