summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-04-01 03:02:05 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-04-01 03:02:05 +0000
commite0eeef60122757def9c7ca4df817d6ad772fc1cc (patch)
treee47e2e665ddf3204bd1a98b1e4acb76ea4d95721 /src/text-context.cpp
parentturns out, all these synthesize_events were not necessary at all - they just ... (diff)
downloadinkscape-e0eeef60122757def9c7ca4df817d6ad772fc1cc.tar.gz
inkscape-e0eeef60122757def9c7ca4df817d6ad772fc1cc.zip
turns out, all these synthesize_events were not necessary at all - they just fired fake events that i never needed
(bzr r383)
Diffstat (limited to 'src/text-context.cpp')
-rw-r--r--src/text-context.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/text-context.cpp b/src/text-context.cpp
index 5f4bbdba7..3fcb3058a 100644
--- a/src/text-context.cpp
+++ b/src/text-context.cpp
@@ -258,7 +258,6 @@ sp_text_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);
}
}
@@ -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);
}
}