summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-12 11:34:32 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-12 11:34:32 +0000
commit2b9f1a98212e4771c5871fc5441001b55cd8ca19 (patch)
tree23a7985bbb92a478d1ae6d4581e1f149304ac92b /src/box3d-context.cpp
parentFilter effects dialog: (diff)
downloadinkscape-2b9f1a98212e4771c5871fc5441001b55cd8ca19.tar.gz
inkscape-2b9f1a98212e4771c5871fc5441001b55cd8ca19.zip
fix for panning and zooming into area in 3D box tool (root_handler of event_context was not called in some cases)
(bzr r3229)
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp1
1 files changed, 0 insertions, 1 deletions
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;