Code

Tweaked smaller size to be 3/4ths the menu size
[inkscape.git] / src / arc-context.cpp
index 48e1536385ec22daf26cea4f15734a1a98f28930..10e38ee9a64473cf023854c062e125220851439f 100644 (file)
@@ -177,7 +177,6 @@ void sp_arc_context_selection_changed(Inkscape::Selection * selection, gpointer
             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);
         }
     }
 }
@@ -200,7 +199,6 @@ static void sp_arc_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);
         }
     }