diff options
Diffstat (limited to 'src/vanishing-point.cpp')
| -rw-r--r-- | src/vanishing-point.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp index bb6a2c4d7..66e699b41 100644 --- a/src/vanishing-point.cpp +++ b/src/vanishing-point.cpp @@ -633,7 +633,7 @@ VPDrag::updateBoxHandles () return; } - Inkscape::UI::Tools::ToolBase *ec = inkscape_active_event_context(); + Inkscape::UI::Tools::ToolBase *ec = INKSCAPE->active_event_context(); g_assert (ec != NULL); if (ec->shape_editor != NULL) { ec->shape_editor->update_knotholder(); |
