diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-07-12 11:34:32 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-07-12 11:34:32 +0000 |
| commit | 2b9f1a98212e4771c5871fc5441001b55cd8ca19 (patch) | |
| tree | 23a7985bbb92a478d1ae6d4581e1f149304ac92b /src/box3d-context.cpp | |
| parent | Filter effects dialog: (diff) | |
| download | inkscape-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.cpp | 1 |
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; |
