summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d1f87e)
raw | patch | inline | side by side (parent: 7d1f87e)
| author | buliabyak <buliabyak@users.sourceforge.net> | |
| Sat, 1 Apr 2006 03:02:05 +0000 (03:02 +0000) | ||
| committer | buliabyak <buliabyak@users.sourceforge.net> | |
| Sat, 1 Apr 2006 03:02:05 +0000 (03:02 +0000) |
| src/text-context.cpp | patch | blob | history |
diff --git a/src/text-context.cpp b/src/text-context.cpp
index 5f4bbdba7e62835bcdbbdb2350cd226cce6c82e9..3fcb3058a354e41325e34be204dc7bc2d14dfeae 100644 (file)
--- a/src/text-context.cpp
+++ b/src/text-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);
}
}
@@ -1286,7 +1285,6 @@ sp_text_context_selection_changed(Inkscape::Selection *selection, SPTextContext
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);
}
}