Gui: expose Link CopyOnChange setup through context menu

The CopyOnChange setup is meant to let user select which dependency to
copy when changing configuration.
This commit is contained in:
Zheng, Lei
2022-03-16 10:16:04 +08:00
committed by Chris Hennes
parent 9455d869d4
commit 6616433d47
2 changed files with 104 additions and 32 deletions

View File

@@ -570,7 +570,7 @@ void LinkBaseExtension::syncCopyOnChange()
// Create a map to find the corresponding replacement of the new copies to
// the mutated object. The reason for doing so is that we are copying from
// the original linked object and its dependency, not the mutated objects
// which are old copies. There could be arbitary changes in the originals
// which are old copies. There could be arbitrary changes in the originals
// which may add or remove or change dependending orders, while the
// replacement happen between the new and old copies.