Code

Tweaked smaller size to be 3/4ths the menu size
[inkscape.git] / src / star-context.cpp
index f796f77a944d32b224f6935d52101264e78c49b4..9d5d16684f7cfea8dc0deec0bc33f629a959932a 100644 (file)
@@ -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);
             }
         }