hideOrignalFigPreview
layout.cle hideOrignalFigPreview boolean { t | nil }
Description
Hides the figures for which changes have not been imported. The default is t, which means that if a shape is modified, then the original shape is removed and the modified version is displayed in the canvas. If nil, then only the original shapes are displayed along with the halo of the modified version.
GUI Equivalent
Examples
envGetVal("layout.cle" "hideOrignalFigPreview")
envSetVal("layout.cle" "hideOrignalFigPreview" 'boolean t)
envSetVal("layout.cle" "hideOrignalFigPreview" 'boolean nil)
Related Topics
Importing a Peer Partition after Concurrent Layout Editing
List of Concurrent Layout Environment Variables
Return to top