diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-03 00:10:02 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-03 00:10:02 +0000 |
| commit | d2df0412f728dd5bb54537dfdfe7c35b34d40e0e (patch) | |
| tree | e2703384779e83312c456399999997fcc289c5cf /src/box3d.cpp | |
| parent | Merge branch 'master' into powerpencil (diff) | |
| parent | change assignment to equality (diff) | |
| download | inkscape-d2df0412f728dd5bb54537dfdfe7c35b34d40e0e.tar.gz inkscape-d2df0412f728dd5bb54537dfdfe7c35b34d40e0e.zip | |
Merge branch 'master' into powerpencil
Diffstat (limited to 'src/box3d.cpp')
| -rw-r--r-- | src/box3d.cpp | 2 |
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. */ } |
