Code

Calligraphy tool now draws in the last used color or tool style depending on the...
[inkscape.git] / src / sp-use-reference.cpp
index c6619dbf5f70d30b0104418432511a1c1f4e9564..9e304799876e359a48449e9f8ef7687c2a911953 100644 (file)
@@ -231,7 +231,7 @@ void SPUsePath::refresh_source()
         }
     }
     originalPath = new Path;
-    originalPath->LoadArtBPath(curve->bpath, NR::Matrix(item->transform), true);
+    originalPath->LoadArtBPath(SP_CURVE_BPATH(curve), NR::Matrix(item->transform), true);
     sp_curve_unref(curve);
 }