better bg selectcolor in graph editprop dialog textbox
This commit is contained in:
parent
a6b4d998d1
commit
1a1c6371cc
|
|
@ -1536,7 +1536,7 @@ proc graph_update_nodelist {} {
|
||||||
}
|
}
|
||||||
set b [lindex $colors $col_idx]
|
set b [lindex $colors $col_idx]
|
||||||
.graphdialog.center.right.text1 tag add t$n "1.0 + $t chars" "1.0 + $c chars"
|
.graphdialog.center.right.text1 tag add t$n "1.0 + $t chars" "1.0 + $c chars"
|
||||||
.graphdialog.center.right.text1 tag configure t$n -background $b -selectbackground grey60
|
.graphdialog.center.right.text1 tag configure t$n -background $b -selectbackground grey40
|
||||||
incr n
|
incr n
|
||||||
}
|
}
|
||||||
# remove excess colors
|
# remove excess colors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue