]> git.lyx.org Git - lyx.git/commit
Try to end the neverending fixIfBroken saga
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 20 Jul 2017 09:18:20 +0000 (11:18 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 20 Jul 2017 09:18:20 +0000 (11:18 +0200)
commitfc7fb6a5642bf8163276797c1602dd1395e2aef7
tree791b23e086f86b950ebae02791b9c23f0ed0c046
parent4d09650e93d360c25aa4b22c3bb4e16632b7d45a
Try to end the neverending fixIfBroken saga

This is a fixup to the  series of commits 522516d9d0acc3e513c3c148.

Actually the right thing to consider in all situations is isActive(),
which really means `can a cursor be in there?'.

Improve the description of isActive() and editable() in Inset.h.

Set isActive() to false for InsetInfo, since no cursor should ever go there.

Again part of #10667.
src/DocIterator.cpp
src/insets/Inset.h
src/insets/InsetInfo.h