]> git.lyx.org Git - features.git/commit
Fix bug 3719: TOC skip-to points out of sync with document
authorAbdelrazak Younes <younes@lyx.org>
Wed, 11 Jul 2007 13:20:19 +0000 (13:20 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 11 Jul 2007 13:20:19 +0000 (13:20 +0000)
commitf1a6378d720bb49d07c40aab34b4cc5adcb05c5f
treec637aa1b731740ec2c8a3a0b908b010901bab602
parent7e84dd3f9b0a2e018326759fbb9bf7ceb9b78ba3
Fix bug 3719: TOC skip-to points out of sync with document

http://bugzilla.lyx.org/show_bug.cgi?id=3719

The problem is that the full toc is not regenerated when creating standard (i.e unnembered) paragraph. As the TocBackEnd use ParIterator for in buffer jumps, this can get out of sync. The partial updateLabel() is my doing and comes before the TocBackend stuf.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19040 a592a061-630c-0410-9148-cb99ea01b6c8
src/Text.cpp
src/Text3.cpp