fixed bug when handling init and anim events for global animations
authorHolger Schemel <info@artsoft.org>
Sun, 20 Aug 2023 11:53:24 +0000 (13:53 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 3 Sep 2023 20:59:58 +0000 (22:59 +0200)
commitcabd01b9666aa9a7260282cc313738c89d91ea46
tree353bf9b4b78eb18e996f0b7671162c9731ebebee
parenta0d9cd0bdd01d7e9b5c3086bea3b573987b4a84f
fixed bug when handling init and anim events for global animations

Before, defining ".init_event" as "click:anim_X" and ".anim_event" as
"click" resulted in the global animation being started by clicking
global animation "anim_X" (which is correct), but resulted in stopping
it by clicking the animation itself (which is correct), but also by
clicking global animation "anim_X" (which is not correct).
src/anim.c