]> 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 00:30:50 +0000 (20:30 -0400)
commit4484cc775126e969d83f036561cfeb21d6751e79
treee3edd68cf9d9e171fa8b275e4352cd96603bcce4
parent3272c5a3f49d84cfc966fe79fbcd4d0739c26a33
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