]> git.lyx.org Git - lyx.git/commit
Fix bug #10835.
authorRichard Heck <rgheck@lyx.org>
Thu, 28 Dec 2017 19:41:47 +0000 (14:41 -0500)
committerRichard Heck <rgheck@lyx.org>
Fri, 29 Dec 2017 21:09:15 +0000 (16:09 -0500)
commitd188a36fc2c8e10831d857a446991a21032dceae
tree9a3ff30de27168be3bd55c5c3ccc294f6d30acc8
parent60cb7a16831dea5226e8733d1599d1231b5a6860
Fix bug #10835.

VCS InsetInfos were broken by the switch at 2e934fc5f8 to using
updateBuffer to handle them. But we do not really want to go through
that routine in a clone, not for those insets, whose contents we
want to be the same as in the original Buffer.

Also fixes some issues noted in discussion of this bug: Failure to
update after context menu switch; failure to re-calculate shortcuts,
which can change.
src/insets/InsetInfo.cpp