[Fixed Typo]: Fixed a small typo that would create a bug in TCL.
This commit is contained in:
parent
9056da92a6
commit
999503a26a
|
|
@ -285,8 +285,8 @@
|
|||
#### set crosshair size; Default: 0 (full screen spanning crosshair)
|
||||
set crosshair_size 2
|
||||
|
||||
#### set snap_cursor size; Default: 3 (Diamond-shaped cursor that snaps to nearest circuit endpoint)
|
||||
# set snap_cursor size 3
|
||||
#### set snap_cursor_size; Default: 3 (Diamond-shaped cursor that snaps to nearest circuit endpoint)
|
||||
# set snap_cursor_size 3
|
||||
|
||||
#### enable to scale grid point size as done with lines at close zoom, default: 0
|
||||
# set big_grid_points 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue