]> git.lyx.org Git - features.git/commit
Try to finally fix #6930. All the paths that did not come from context
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Dec 2010 09:24:04 +0000 (09:24 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Dec 2010 09:24:04 +0000 (09:24 +0000)
commit838af80834ac38c231ff080acc3a6d60ad664ede
tree1e5e3880b12a36dd5a7b9dd501d84cc6d7abd209
parent4ae901ee70ec5a883439d0045697c2f52704ce18
Try to finally fix #6930. All the paths that did not come from context
menus were (intentionally) missing, and it turns out they were needed.

Normally all invocations of INSET_MODIFY should trigger a recordUndo now.
Of course all cases have not been tested, but it should be working.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36770 a592a061-630c-0410-9148-cb99ea01b6c8
18 files changed:
src/insets/InsetBibitem.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCommand.cpp
src/insets/InsetERT.cpp
src/insets/InsetExternal.cpp
src/insets/InsetFloat.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetInclude.cpp
src/insets/InsetIndex.cpp
src/insets/InsetLabel.cpp
src/insets/InsetLine.cpp
src/insets/InsetListings.cpp
src/insets/InsetNomencl.cpp
src/insets/InsetTabular.cpp
src/insets/InsetWrap.cpp
src/mathed/InsetMathRef.cpp