added setting draw order and style for pointer-style global animations
authorHolger Schemel <info@artsoft.org>
Wed, 24 Apr 2019 17:31:45 +0000 (19:31 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 24 Apr 2019 17:38:22 +0000 (19:38 +0200)
To ensure pointer-like behavior for pointer-style global animations,
set draw order to high value (if draw order has default value) to be
on top of all other animations and set style to pass-through clicks
(if style has default value) to handle mouse clicks under the pointer
animation.


No differences found