summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-11-03 00:10:02 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-11-03 00:10:02 +0000
commitd2df0412f728dd5bb54537dfdfe7c35b34d40e0e (patch)
treee2703384779e83312c456399999997fcc289c5cf /src/box3d.cpp
parentMerge branch 'master' into powerpencil (diff)
parentchange assignment to equality (diff)
downloadinkscape-d2df0412f728dd5bb54537dfdfe7c35b34d40e0e.tar.gz
inkscape-d2df0412f728dd5bb54537dfdfe7c35b34d40e0e.zip
Merge branch 'master' into powerpencil
Diffstat (limited to 'src/box3d.cpp')
-rw-r--r--src/box3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d.cpp b/src/box3d.cpp
index 23766895a..98f49e52a 100644
--- a/src/box3d.cpp
+++ b/src/box3d.cpp
@@ -192,7 +192,7 @@ void SPBox3D::update(SPCtx *ctx, guint flags) {
/* FIXME?: Perhaps the display updates of box sides should be instantiated from here, but this
causes evil update loops so it's all done from box3d_position_set, which is called from
- various other places (like the handlers in object-edit.cpp, vanishing-point.cpp, etc. */
+ various other places (like the handlers in shape-editor-knotholders.cpp, vanishing-point.cpp, etc. */
}