https://bugs.kde.org/show_bug.cgi?id=480718
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/1079c7f | |1f7e32aace1fcf7a5155d2841ca | |25ab7e Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 1079c7f1f7e32aace1fcf7a5155d2841ca25ab7e by Dmitry Kazakov. Committed on 10/04/2024 at 15:34. Pushed by dkazakov into branch 'master'. Fix activation of the node on opening .kra document Since KisDummiesFacadeBase::setImage() is now executed asyncronously the node activation that used to happen in KisView::slotLoadingFinished() now doesn't work anymore. Hence we should just instruct KisDummiesFacadeBase::setImage() itself, which node it should activate at the end of image loading into dummies graph. M +2 -2 libs/ui/KisDocument.cpp M +1 -1 libs/ui/KisDocument.h M +0 -11 libs/ui/KisView.cpp M +10 -1 libs/ui/flake/kis_dummies_facade_base.cpp M +2 -1 libs/ui/flake/kis_dummies_facade_base.h M +2 -2 libs/ui/flake/kis_shape_controller.cpp M +2 -1 libs/ui/flake/kis_shape_controller.h M +22 -2 libs/ui/tests/kis_dummies_facade_base_test.cpp M +1 -0 libs/ui/tests/kis_dummies_facade_base_test.h M +3 -4 plugins/impex/kra/kra_import.cpp M +2 -4 plugins/impex/ora/ora_import.cc https://invent.kde.org/graphics/krita/-/commit/1079c7f1f7e32aace1fcf7a5155d2841ca25ab7e -- You are receiving this mail because: You are watching all bug changes.