https://bugs.kde.org/show_bug.cgi?id=423196
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/70ba74259 |hics/krita/commit/8fa2ec84a |880de2f7ee06f13268d001d0d19 |e7ff6f5945c9f3beecf81e68e72 |12d1 |52fb --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 8fa2ec84ae7ff6f5945c9f3beecf81e68e7252fb by Dmitry Kazakov, on behalf of Sharaf Zaman. Committed on 06/10/2020 at 11:36. Pushed by dkazakov into branch 'krita/4.4.0'. 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/8fa2ec84ae7ff6f5945c9f3beecf81e68e7252fb -- You are receiving this mail because: You are watching all bug changes.