]> git.lyx.org Git - features.git/commit
Fix regression concerning collapsing insets after search.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 15 Mar 2019 00:28:01 +0000 (20:28 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:16 +0000 (15:48 +0200)
commit51034cd206a237a253515d38473fa110a74ba554
treebaee65a3c2bb3aa30e33072985e102ad7ff6553d
parentfe8b0ed01e310db82e4940152a4d67ab172ac107
Fix regression concerning collapsing insets after search.

To reproduce: Do a search for text in a footnote (say) that is
currently closed. Click inside the now open footnote. It will close
by itself.

We need to know whether we can go into the inset, not whether we can
edit once we're there.
src/insets/InsetCollapsible.cpp