defaultDragColor
ui defaultDragColor string "color"
Description
Changes the highlight color in the graphical editor window, such as layout and schematics. The highlight color is used for drawing the selection box and zoom rectangle and certain other selection, highlight, and drag operations.
GUI Equivalent
Examples
envGetVal("ui" "defaultDragColor")
envSetVal("ui" "defaultDragColor" 'string "white")
envSetVal("ui" "defaultDragColor" 'string "darkRed")
Return to top