extendPathLengthCheck
layout extendPathLengthCheck boolean { t | nil }
Description
Checks paths or path segments created with a segment of less than half of the path width and a warning is issued.
The default is nil, which means that no check is made and no warning is issued.
GUI Equivalent
Examples
envGetVal("layout" "extendPathLengthCheck")
envSetVal("layout" "extendPathLengthCheck" 'boolean t)
Related Topics
Return to top