On Wednesday 31 July 2002 4:20 pm, Edwin Leuven wrote: > > No, the patch isn't good enough - you need to track the cursor position. > > See the original code you removed > > should I store a connection in ControlParagraph?
Yes. > If so, how can I connect to updateParagraph (i guess this is what i need to do). Semantics are something like: signal sig; boost::connection conn = sig.connect(boost::bind(...)); if (conn.connected()) conn.disconnect(); grep connection graphics/*.[Ch] Angus