netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=30036f66d4746498a16ea33e78911ad1f1f44f0c
commit 30036f66d4746498a16ea33e78911ad1f1f44f0c Author: Alastair Poole <nets...@gmail.com> Date: Fri Sep 4 20:16:16 2020 +0100 about: more dog --- src/bin/ui/ui_util.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/ui/ui_util.c b/src/bin/ui/ui_util.c index c9d4e9a..196b86b 100644 --- a/src/bin/ui/ui_util.c +++ b/src/bin/ui/ui_util.c @@ -277,7 +277,7 @@ about_anim(void *data) ad->pos--; if (ad->pos <= -oh) ad->pos = h; - if (!(t % 30)) begin = 1; + if (!(t % 20)) begin = 1; if (!begin) return EINA_TRUE; @@ -381,8 +381,6 @@ evisum_about_window_show(void *data) evas_object_move(im, iw / 3, h + ih + ih); evas_object_pass_events_set(im, 1); - evas_object_show(im); - about = malloc(sizeof(Animate_Data)); about->win = win; about->bg = bg; --