https://bugs.kde.org/show_bug.cgi?id=365933
--- Comment #6 from Victor Wåhlström <victor.wahlst...@initiali.se> --- Git commit aaaf1eea993d3dc65bcd3585cabf7751464e9567 by Victor Wåhlström. Committed on 20/06/2017 at 19:43. Pushed by victorw into branch 'master'. Rewrote the Pan tool based on KisTool. Fixes pan issues when mirroring is enabled. Differential Revision: https://phabricator.kde.org/D6245 M +0 -2 libs/flake/CMakeLists.txt M +24 -0 libs/flake/KoCanvasController.h M +20 -0 libs/flake/KoCanvasControllerWidget.cpp M +5 -0 libs/flake/KoCanvasControllerWidget.h M +0 -6 libs/flake/KoToolManager.cpp M +0 -3 libs/flake/KoToolRegistry.cpp D +0 -121 libs/flake/tools/KoPanTool.cpp D +0 -73 libs/flake/tools/KoPanTool.h D +0 -40 libs/flake/tools/KoPanToolFactory.cpp D +0 -35 libs/flake/tools/KoPanToolFactory.h M +1 -0 plugins/tools/basictools/CMakeLists.txt M +2 -0 plugins/tools/basictools/default_tools.cc A +100 -0 plugins/tools/basictools/kis_tool_pan.cpp [License: GPL (v2+)] A +54 -0 plugins/tools/basictools/kis_tool_pan.h [License: GPL (v2+)] https://commits.kde.org/krita/aaaf1eea993d3dc65bcd3585cabf7751464e9567 -- You are receiving this mail because: You are watching all bug changes.