]> git.lyx.org Git - features.git/commit
New function BufferList::newInternalBuffer
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 12 May 2012 12:11:56 +0000 (14:11 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 13 May 2012 18:50:57 +0000 (20:50 +0200)
commitc9cbd538b8a4cbc1c7901e00249edb7962e6ba58
treee99fb2090399542b2205fdbf0fccdacdef44adbb
parent0b60b468c4c7871b5e0d7e81ad8a9c9bea3408fc
New function BufferList::newInternalBuffer

This solves the problem that newBuffer() already use Buffer::isInternal
but there was no chance to set it yet.

(cherry picked from commit 6cf1847b31617cd2ad190919d0ceaa51e1601ad8)
src/BufferList.cpp
src/BufferList.h
src/CutAndPaste.cpp
src/frontends/qt4/GuiWorkArea.cpp