https://bugs.kde.org/show_bug.cgi?id=403048
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kri | |ta/0d2f1d16e187a2110e2bf4b2 | |1e0d9c23b0871489 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 0d2f1d16e187a2110e2bf4b21e0d9c23b0871489 by Boudewijn Rempt. Committed on 15/01/2019 at 13:49. Pushed by rempt into branch 'master'. Do not create the move tool option widget twice Flake first activates a tool, then asks it to create its option widget(s). However, the move tool needs to have the option widget created when it's activated, so create the option widget in the constructor of the move tool. This also incidentally fixes the problems with actions only being executed after changing the current node having used the move tool. M +32 -42 plugins/tools/basictools/kis_tool_move.cc M +0 -2 plugins/tools/basictools/kis_tool_move.h https://commits.kde.org/krita/0d2f1d16e187a2110e2bf4b21e0d9c23b0871489 -- You are receiving this mail because: You are watching all bug changes.