From: cilix42 Date: Thu, 12 Jul 2007 11:34:32 +0000 (+0000) Subject: fix for panning and zooming into area in 3D box tool (root_handler of event_context... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a63e9e7b67391ca0c799baa3904de82db463695b;p=inkscape.git fix for panning and zooming into area in 3D box tool (root_handler of event_context was not called in some cases) --- diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index 0da88ac1d..6eaedfb78 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -392,7 +392,6 @@ static gint sp_3dbox_context_root_handler(SPEventContext *event_context, GdkEven ret = TRUE; } - ret = TRUE; break; case GDK_BUTTON_RELEASE: event_context->xp = event_context->yp = 0;