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

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/-/commit/65f81bb
                   |                            |d15ca309d1780de146d3b7eb313
                   |                            |0c3474

--- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 65f81bbd15ca309d1780de146d3b7eb3130c3474 by Dmitry Kazakov.
Committed on 06/02/2024 at 09:21.
Pushed by dkazakov into branch 'master'.

Fix a crash when trying to open multiple files with one D&D

KisShapeController::rootDummy() can return null right after the
setImage() call, because the addition of the dummies to the graph
happens via synchronized connection, which happens only after
returning to the event loop.

M  +6    -0    libs/ui/flake/kis_dummies_facade_base.h
M  +4    -0    libs/ui/flake/kis_node_dummies_graph.h
M  +7    -0    libs/ui/flake/kis_shape_controller.h
M  +8    -2    libs/ui/kis_node_model.cpp
M  +5    -1    plugins/dockers/animation/timeline_node_list_keeper.cpp

https://invent.kde.org/graphics/krita/-/commit/65f81bbd15ca309d1780de146d3b7eb3130c3474

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

Reply via email to