pteColorMixedSort
layout pteColorMixedSort boolean { t | nil }
Description
Lets you enable or disable the Color mixed sort feature.
The default is nil, which causes layer-purpose pairs to be sorted into two distinct groups, colored and uncolored.
GUI Equivalent
Examples
envGetVal("layout" "pteColorMixedSort")
envSetVal("layout" "pteColorMixedSort" 'boolean t)
Related Topics
Return to top