https://bugs.kde.org/show_bug.cgi?id=360068

Martin Gräßlin <mgraess...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|http://commits.kde.org/kwin |http://commits.kde.org/kwin
                   |/595c5937c9a1e13bdeed275903 |/a9fad7396e30a380a27090538e
                   |4ed66d8c89d614              |7e66dec6984c52

--- Comment #4 from Martin Gräßlin <mgraess...@kde.org> ---
Git commit a9fad7396e30a380a27090538e7e66dec6984c52 by Martin Gräßlin, on
behalf of Marco Martin.
Committed on 23/03/2016 at 11:03.
Pushed by graesslin into branch 'Plasma/5.6'.

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 352254

M  +2    -0    libkwineffects/anidata_p.h
M  +8    -4    libkwineffects/kwinanimationeffect.cpp

http://commits.kde.org/kwin/a9fad7396e30a380a27090538e7e66dec6984c52

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to