| Summary: | When activating some tools, actions are always enabled at first | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Alvin Wong <alvin> |
| Component: | Tools | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimula73 |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/087c9ef921bc70e5bee9ddc646ba4d34ad153e89 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Alvin Wong
2023-08-24 11:23:23 UTC
Git commit c4c0d1a02fb9a2e273c9b4ee67d72821464f4861 by Dmitry Kazakov. Committed on 29/08/2023 at 11:07. Pushed by dkazakov into branch 'krita/5.2'. Fix 'enabled' state of the actions in the Default Tool The tool manager enables all the actions unconditionally, we should do that **before** actually calling the tool's activate method. M +16 -2 libs/flake/KoToolManager.cpp https://invent.kde.org/graphics/krita/-/commit/c4c0d1a02fb9a2e273c9b4ee67d72821464f4861 Git commit 087c9ef921bc70e5bee9ddc646ba4d34ad153e89 by Dmitry Kazakov. Committed on 29/08/2023 at 11:07. Pushed by dkazakov into branch 'master'. Fix 'enabled' state of the actions in the Default Tool The tool manager enables all the actions unconditionally, we should do that **before** actually calling the tool's activate method. M +16 -2 libs/flake/KoToolManager.cpp https://invent.kde.org/graphics/krita/-/commit/087c9ef921bc70e5bee9ddc646ba4d34ad153e89 |