[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : luke
Repository : xara
Revision : 806
Date : Wed Apr 12 14:31:09 BST 2006
Changed paths:
M /Trunk/XaraLX/tools/blndtool.cpp
Undo erronious excess code removal (thanks Domogoj Pensa for spotting), this fixes blend from blend end-point to object
Diff:
Index: Trunk/XaraLX/tools/blndtool.cpp
===================================================================
--- Trunk/XaraLX/tools/blndtool.cpp (revision 805)
+++ Trunk/XaraLX/tools/blndtool.cpp (revision 806)
@@ -3689,7 +3689,7 @@
if (BlendIsStart)
{
// BlenderInfoItem* pItem = (BlenderInfoItem*)BlenderList.GetTail();
-// pNodeBlendStart = pNodeBlend;
+ pNodeBlendStart = pNodeBlend;
ok = GetNodeClosestToPoint(&pNodeStart, TRUE);
pNodeEnd = pRefEnd->pNode;
pContextNode = pNodeEnd;
@@ -3698,7 +3698,7 @@
else
{
// BlenderInfoItem* pItem = (BlenderInfoItem*)BlenderList.GetHead();
-// pNodeStart = pRefStart->pNode;
+ pNodeStart = pRefStart->pNode;
pNodeBlendEnd = pNodeBlend;
ok = GetNodeClosestToPoint(&pNodeEnd, FALSE);
pContextNode = pNodeStart;
Xara