snap and grid entries will not annoyingly receive keyboard focus with TAB key

This commit is contained in:
Stefan Schippers 2020-08-19 15:08:35 +02:00
parent 8012c2755f
commit b842e020bc
2 changed files with 4 additions and 4 deletions

View File

@ -3578,10 +3578,10 @@ font configure Underline-Font -underline true -size 24
label .statusbar.1 -text "STATUS BAR 1"
label .statusbar.2 -text "SNAP:"
entry .statusbar.3 -textvariable snap -relief sunken -bg white \
-width 10 -foreground black
-width 10 -foreground black -takefocus 0
label .statusbar.4 -text "GRID:"
entry .statusbar.5 -textvariable grid -relief sunken -bg white \
-width 10 -foreground black
-width 10 -foreground black -takefocus 0
label .statusbar.6 -text "NETLIST MODE:"
entry .statusbar.7 -textvariable netlist_type -relief sunken -bg white \
-width 10 -state disabled -disabledforeground black

View File

@ -1,4 +1,4 @@
v {xschem version=2.9.5_RC5 file_version=1.1}
v {xschem version=2.9.7 file_version=1.2}
G {type=subcircuit
format="@name @pinlist @symname"
template="name=x1 val=4.5 conduct=10.0"
@ -14,7 +14,7 @@ L 4 70 0 90 0 {}
L 4 -100 0 -80 0 {}
B 5 87.5 -2.5 92.5 2.5 {name=USC sig_type=rreal verilog_type=wire dir=inout }
B 5 -102.5 -2.5 -97.5 2.5 {name=ING sig_type=std_logic verilog_type=wire dir=in }
T {@symname} -45 -6 0 0 0.3 0.3 {}
T {@symname} -48.75 -9.25 0 0 0.3 0.3 {}
T {@name} 75 -22 0 0 0.2 0.2 {}
T {USC} 65 -4 0 1 0.2 0.2 {}
T {ING} -75 -4 0 0 0.2 0.2 {}