https://bugs.kde.org/show_bug.cgi?id=423452
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/efe9ed8c0 |hics/krita/commit/12b3293d4 |e5c5211a66919290dcff7e907e4 |987291e044bd4e52070a7e54f7e |8840 |73dc --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit 12b3293d4987291e044bd4e52070a7e54f7e73dc by Dmitry Kazakov, on behalf of Mathias Wein. Committed on 29/10/2020 at 11:37. Pushed by dkazakov into branch 'master'. Fix malfunction of x/y position spin boxes in move tool's options The signal connections had to be moved from the constructor to activate(), since they get disconnected on every deactivate(). Also, manipulating the x or y position without clicking on the canvas first doubled the initial value, because a new stroke gets created, which in turn resets the handle rect. Reading the value before starting the stroke and making sure it's not currently unavailable until recalculated should prevent it. Related: bug 420329 M +23 -10 plugins/tools/basictools/kis_tool_move.cc https://invent.kde.org/graphics/krita/commit/12b3293d4987291e044bd4e52070a7e54f7e73dc -- You are receiving this mail because: You are watching all bug changes.
