diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-01 03:01:26 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-01 03:01:26 +0000 |
| commit | 81eb462155b89a2002461be6d57ab002cb8852ba (patch) | |
| tree | cb8f0ad47c6de5db9dc0f6f4e8c3fd6dc57f2642 /src/star-context.cpp | |
| parent | correcting file list (diff) | |
| download | inkscape-81eb462155b89a2002461be6d57ab002cb8852ba.tar.gz inkscape-81eb462155b89a2002461be6d57ab002cb8852ba.zip | |
turns out, all these synthesize_events were not necessary at all - they just fired fake events that i never needed
(bzr r382)
Diffstat (limited to 'src/star-context.cpp')
| -rw-r--r-- | src/star-context.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp index f796f77a9..9d5d16684 100644 --- a/src/star-context.cpp +++ b/src/star-context.cpp @@ -187,7 +187,6 @@ sp_star_context_selection_changed (Inkscape::Selection * selection, gpointer dat ec->shape_repr = shape_repr; Inkscape::GC::anchor(shape_repr); sp_repr_add_listener (shape_repr, &ec_shape_repr_events, ec); - sp_repr_synthesize_events (shape_repr, &ec_shape_repr_events, ec); } } } @@ -216,7 +215,6 @@ sp_star_context_setup (SPEventContext *ec) ec->shape_repr = shape_repr; Inkscape::GC::anchor(shape_repr); sp_repr_add_listener (shape_repr, &ec_shape_repr_events, ec); - sp_repr_synthesize_events (shape_repr, &ec_shape_repr_events, ec); } } |
