]> git.lyx.org Git - features.git/commit
Fix bug #7071 in cutSelection:
authorAbdelrazak Younes <younes@lyx.org>
Sat, 4 Dec 2010 23:21:47 +0000 (23:21 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 4 Dec 2010 23:21:47 +0000 (23:21 +0000)
commit25fb104d7412879b17b5b35a1624842759311166
treebdee59689479b6b647f5af150c3b4c17c8280366
parente232efd84420d3cd232909463e50f7819c5174d3
Fix bug #7071 in cutSelection:
After a cut operation, we need to make sure that the Buffer is updated
because some further operation will need updated label information for
example. So we cannot just use "cur.forceBufferUpdate()" here.

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