summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c34d03)
raw | patch | inline | side by side (parent: 1c34d03)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 1 Apr 2006 03:01:26 +0000 (03:01 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 1 Apr 2006 03:01:26 +0000 (03:01 +0000) |
diff --git a/src/arc-context.cpp b/src/arc-context.cpp
index 48e1536385ec22daf26cea4f15734a1a98f28930..10e38ee9a64473cf023854c062e125220851439f 100644 (file)
--- a/src/arc-context.cpp
+++ b/src/arc-context.cpp
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);
}
}
}
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);
}
}
diff --git a/src/rect-context.cpp b/src/rect-context.cpp
index 1d62667956b84d8499a3db1a3ab6b7a19443ce4c..053229a41d067361ded28f60c772a8877fd94534 100644 (file)
--- a/src/rect-context.cpp
+++ b/src/rect-context.cpp
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);
}
}
}
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);
}
}
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp
index 15bf513dcc4b36fd7ff597aa082b25f0f4ff8ac3..ea0ba9b64d6a620849904c4c63419af61b8ecd4c 100644 (file)
--- a/src/spiral-context.cpp
+++ b/src/spiral-context.cpp
@@ -183,7 +183,6 @@ sp_spiral_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);
}
}
}
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);
}
}
diff --git a/src/star-context.cpp b/src/star-context.cpp
index f796f77a944d32b224f6935d52101264e78c49b4..9d5d16684f7cfea8dc0deec0bc33f629a959932a 100644 (file)
--- 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);
}
}
}
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);
}
}
index 6a3a331835dd314f7b7d9958001bf0ad4009fd6a..5eacf74b41b07d56d178d7e6f58374e13b198994 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -1086,7 +1086,6 @@ sp_star_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *tbl
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &star_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &star_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected stars
@@ -1480,7 +1479,6 @@ sp_rect_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *tbl
g_object_set_data(G_OBJECT(tbl), "item", item);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &rect_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &rect_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected
@@ -1749,7 +1747,6 @@ sp_spiral_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *t
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &spiral_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &spiral_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected
@@ -2333,7 +2330,6 @@ sp_arc_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *tbl)
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &arc_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &arc_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &connector_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &connector_tb_repr_events, tbl);
}
return tbl;