Paste P286

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Dec 28 2018, 11:23 AM.
diff --git a/plugins/tools/tool_transform2/kis_cage_transform_strategy.cpp b/plugins/tools/tool_transform2/kis_cage_transform_strategy.cpp
index 765c24d..8c63788 100644
--- a/plugins/tools/tool_transform2/kis_cage_transform_strategy.cpp
+++ b/plugins/tools/tool_transform2/kis_cage_transform_strategy.cpp
@@ -89,6 +89,8 @@ QImage KisCageTransformStrategy::calculateTransformedImage(ToolTransformArgs &cu
QPointF *dstOffset)
{
+ ENTER_FUNCTION() << ppVar(currentArgs.previewPixelPrecision());
+
KisCageTransformWorker worker(srcImage,
srcOffset,
origPoints,
dkazakov edited the content of this paste. (Show Details)Dec 28 2018, 11:23 AM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.