diff --git a/src/xschem.tcl b/src/xschem.tcl index fd554ca2..c420ec5b 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -8325,7 +8325,7 @@ set_ne unzoom_nodrift 0 set_ne zoom_full_center 0 set_ne change_lw 1 set_ne line_width 0 -set_ne live_cursor2_backannotate 0 +set_ne live_cursor2_backannotate 1 set_ne draw_window 0 set_ne show_hidden_texts 0 set_ne incr_hilight 1 diff --git a/src/xschemrc b/src/xschemrc index 43bad675..8c1c7aab 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -545,7 +545,7 @@ #### LIVE BACKANNOTATION OF DATA AT CURSOR 2 (B) POSITION ########################################################################### #### if enabled will backannotate values in schematic at cursor 'b' position -#### in graph. Default: not enabled (0) +#### in graph. Default: enabled (1) # set live_cursor2_backannotate 1 ###########################################################################