On 30/09/2008 11:01, Abdelrazak Younes wrote:
On 30/09/2008 10:54, Pavel Sanda wrote:
Abdelrazak Younes wrote:
OK I can reproduce a slowdown in debug mode when the slide is set to the
maximum.

moving with cursor in maximum slider position is a typical case when this happens. in fact the maximum slider is for me just the consequence of not
having persistency...

OK, there is one use case that is simple to fix: writing in section. At TocBackend Level, only the current TocItem is updated, not the full list. We can do the same by means of a new signal that will trigger an update of only the current ToModel item. This way, the TocModel won't be reset and the tree will not collpase unexpectedly. I can do that later today or tomorrow.

I did that. So for simple text editing I think this is what you wanted, please check. This won't work when inset creation/deletion is involved, as the same fine tuning needs to be done with insets as with sections.

Abdel.

Reply via email to