https://bugs.kde.org/show_bug.cgi?id=385030
--- Comment #3 from Boudewijn Rempt <b...@valdyas.org> --- Git commit f3605f3f77ea1fe1a1f2c2cb38931b38e78fb29e by Boudewijn Rempt. Committed on 28/09/2017 at 09:55. Pushed by rempt into branch 'krita/3.3'. Pass the action collection to the edit toolbar M +2 -1 libs/ui/KisMainWindow.cpp https://commits.kde.org/krita/f3605f3f77ea1fe1a1f2c2cb38931b38e78fb29e --- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 89c73f69e2c095c634e8df06dc169e18074dd20f by Boudewijn Rempt. Committed on 28/09/2017 at 10:06. Pushed by rempt into branch 'krita/3.3'. Use makeQAction, not new QAction for named action Any action with a name, that is defined in a .action file must be created with KisActioNRegistry::makeQAction, not new QAction. M +5 -5 plugins/tools/basictools/kis_tool_brush.cc https://commits.kde.org/krita/89c73f69e2c095c634e8df06dc169e18074dd20f -- You are receiving this mail because: You are watching all bug changes.