summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-01-08 05:34:40 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-01-08 05:34:40 +0000
commit59a283b2e4480f016a7c09eba3699bdd6439e648 (patch)
treec8700ba4f72b1700665a55ca71e8f3fe32f4ea1c /src/widgets
parentsmall 2geomify (diff)
downloadinkscape-59a283b2e4480f016a7c09eba3699bdd6439e648.tar.gz
inkscape-59a283b2e4480f016a7c09eba3699bdd6439e648.zip
move shape_editor from node context to the parent class, event context
(bzr r7096)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index ca6a72ca2..c2e80db78 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -968,7 +968,7 @@ static ShapeEditor *get_current_shape_editor()
return NULL;
}
- return SP_NODE_CONTEXT(event_context)->shape_editor;
+ return event_context->shape_editor;
}