]> git.lyx.org Git - features.git/commit
Fix bug #5878: Cursor position not restored in hidden documents.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 24 Oct 2010 23:41:15 +0000 (23:41 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 24 Oct 2010 23:41:15 +0000 (23:41 +0000)
commit9fbc3dd5ba17c5c5fb15e3a47ad89417672152f5
tree3572a352e4058328f4eb0b1e7868b12011a9f30a
parent5071c5b008c8ffa14a375cead0880e71ea1c21f7
Fix bug #5878: Cursor position not restored in hidden documents.

A hidden document does not have an associated Cursor. So, each time we create a new workArea, we should restore the cursor position.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35811 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiView.cpp