mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
efa0da26c8
#6884. 1. Open LyX. File>New. Document>Outline, to make sure the TOC is open. That isn't necessary, but it helps you to see what is happening. 2. Create a section heading (alt-P, 2) with an x in it. 3. Split the screen. 4. File>New. You should now still see the TOC for the OLD buffer. 5. Click in the top screen. You now see an empty TOC (the one for the empty buffer). 6. Click in the empty buffer. Other TOC! 7. Back to the "x" buffer. Empty TOC. Type something. Boom! The problem is that teh setCurrentWorkArea() call eventually gets us to structureChanged(), which accesses documentBufferView(). But that doesn't get reset until later, and hence everything is out of sync. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35999 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
qt4 | ||
tests | ||
alert.h | ||
Application.h | ||
Clipboard.h | ||
Delegates.h | ||
FontLoader.h | ||
FontMetrics.h | ||
KeyModifier.h | ||
KeySymbol.h | ||
Makefile.am | ||
mouse_state.h | ||
Painter.h | ||
Selection.h | ||
WorkArea.h | ||
WorkAreaManager.cpp | ||
WorkAreaManager.h |