From 59a283b2e4480f016a7c09eba3699bdd6439e648 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 8 Jan 2009 05:34:40 +0000 Subject: move shape_editor from node context to the parent class, event context (bzr r7096) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/toolbox.cpp') 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; } -- cgit v1.2.3