]> git.lyx.org Git - features.git/commit
Move (part of) LFUN_DISSOLVE_INSET into InsetText.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 26 Oct 2009 23:49:43 +0000 (23:49 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 26 Oct 2009 23:49:43 +0000 (23:49 +0000)
commit6e8312d1a46fc79af62f01fde116f7b12974c210
tree01f69696e5c9205842b9809c00d0d2d0f250fb84
parent1bcb0d38e61258045f92f72f53529115a9484175
Move (part of) LFUN_DISSOLVE_INSET into InsetText.
- put the InsetFlex specific part into InsetFlex,
- honor the argument given to the LFUN also for normal Insets as the description already stated,
- fix bug #6285: context menu action goes to the wrong inset.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31756 a592a061-630c-0410-9148-cb99ea01b6c8
src/LyXAction.cpp
src/Text3.cpp
src/insets/InsetFlex.cpp
src/insets/InsetFlex.h
src/insets/InsetText.cpp