]> git.lyx.org Git - features.git/commit
Make outline function work in an inset
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 21 Jun 2023 22:21:54 +0000 (00:21 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 27 Jun 2023 12:58:27 +0000 (14:58 +0200)
commit8aea6af6a04adcd9ee303e1e48ad9ccaa733d4f6
treee48ce578f93f4647b4030f11fcf73e2f42bae004
parent7d9e29d498363acc5736fd29538f5a6c3f41bae9
Make outline function work in an inset

The function outline is modified to operate only in the inset that
contains the cursor. This means that the function can be enabled in
insets (this had been forbidden to fix #5004).

Of course, there may be cases where the user expects something to
happen outside of the inset. I am sorry to announce that this is not
going to happen ;)

Fixes bug #12809.
src/Text.cpp