https://bugs.kde.org/show_bug.cgi?id=423196
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/f87e30cae | |132d4bf5247a765d2fb471a945b | |2b24 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Boudewijn Rempt <b...@valdyas.org> --- Git commit f87e30cae132d4bf5247a765d2fb471a945b2b24 by Boudewijn Rempt, on behalf of Sharaf Zaman. Committed on 03/10/2020 at 08:10. Pushed by szaman into branch 'krita/4.3'. Bugfix: Move tool does not move layer For reasons that I couldn't properly understand. dynamic_cast would fail on Android because the type_info* would point to two separate locations in two separate DSOs. By making a strong symbol, we'll have one and only one location to point to, which fixes the issue. M +5 -0 libs/ui/tool/strokes/move_stroke_strategy.cpp M +1 -3 libs/ui/tool/strokes/move_stroke_strategy.h https://invent.kde.org/graphics/krita/commit/f87e30cae132d4bf5247a765d2fb471a945b2b24 -- You are receiving this mail because: You are watching all bug changes.