https://bugs.kde.org/show_bug.cgi?id=455203
--- Comment #11 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 13bd14e1caae48c361e77af54f75f35a2dfb4406 by Dmitry Kazakov. Committed on 19/07/2022 at 11:04. Pushed by dkazakov into branch 'master'. Extract async color picking action into a seperate class It will let us reuse this extracted class in the real color picking tool. M +1 -0 libs/ui/CMakeLists.txt A +279 -0 libs/ui/tool/KisAsyncColorSamplerHelper.cpp [License: GPL(v2.0+)] A +57 -0 libs/ui/tool/KisAsyncColorSamplerHelper.h [License: GPL(v2.0+)] M +37 -217 libs/ui/tool/kis_tool_paint.cc M +6 -44 libs/ui/tool/kis_tool_paint.h https://invent.kde.org/graphics/krita/commit/13bd14e1caae48c361e77af54f75f35a2dfb4406 -- You are receiving this mail because: You are watching all bug changes.