theme: trigger recalc from time's clock themes when object is resized

This commit is contained in:
Mike Blumenkrantz 2016-11-02 11:19:54 -04:00
parent 93f7639c0d
commit e92a8cdb81
1 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,9 @@ group { "e/gadget/clock/digital/advanced"; nomouse;
action: STATE_SET "only";
targets: "e.text" "e.text.sub" "e.sizer";
}
program { signal: "resize";
action: SIGNAL_EMIT "e,state,sizing,changed" "e";
}
}
}
group { name: "e/gadget/clock/digital";
@ -691,6 +694,9 @@ group { name: "e/gadget/clock/digital";
reset();
}
}
program { signal: "resize";
action: SIGNAL_EMIT "e,state,sizing,changed" "e";
}
#define DIGPRG(_NAME) \
program { \
signal: "show,"_NAME; source: "c"; \