https://bugs.kde.org/show_bug.cgi?id=474525
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/36babc4 |hics/krita/-/commit/f37d42e |378d8d32fe7d5f1e1c7440edfdf |735fb970228a9381711ddfec8a2 |9ba9cc |c94ca8 --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f37d42e735fb970228a9381711ddfec8a2c94ca8 by Dmitry Kazakov. Committed on 15/11/2023 at 10:10. Pushed by dkazakov into branch 'krita/5.2'. [test before 5.2.0] Fix cancelling of the selection when doing two consequtive selections Back in 2013 we used to switch node properties without undo/redo information. Hence we needed this notification in KisImage::nodeChanged(). Now we use undo+strokes for the switch, so requestStrokeEnd() is emitted explicitly by the stroke. This change looks a bit scary for 5.2.0, because the change is in a rather deep place, so we should test it well before backporting. M +0 -1 libs/image/kis_image.cc https://invent.kde.org/graphics/krita/-/commit/f37d42e735fb970228a9381711ddfec8a2c94ca8 -- You are receiving this mail because: You are watching all bug changes.