]> 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)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 15 Mar 2019 01:34:50 +0000 (21:34 -0400)
commit3ce4338e756e73a66e6f264f36c310a5853b8986
treef88f9a51a550907cf7e3e7972bc0f04694ebb717
parentd3c47dcb13354e2f658c9e2f3a7f2ab591767bf6
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.

(cherry picked from commit 4484cc775126e969d83f036561cfeb21d6751e79)
src/insets/InsetCollapsible.cpp
status.23x