https://bugs.kde.org/show_bug.cgi?id=352254
--- Comment #1 from Marco Martin <notm...@gmail.com> --- Git commit 595c5937c9a1e13bdeed2759034ed66d8c89d614 by Marco Martin. Committed on 04/03/2016 at 17:19. Pushed by mart into branch 'master'. use a global static for animation ids using stack adresses makes it possible (even tough not frequent) for two animations (onle just killed, one just created) to have the same id, causing scripts to be potentially really confused. this replaces the id with a global counter, and the "flying tooltips" bug is gone. REVIEW:127276 Related: bug 360068 M +2 -0 libkwineffects/anidata_p.h M +8 -4 libkwineffects/kwinanimationeffect.cpp http://commits.kde.org/kwin/595c5937c9a1e13bdeed2759034ed66d8c89d614 -- You are receiving this mail because: You are watching all bug changes.