better bg selectcolor in graph editprop dialog textbox

This commit is contained in:
Stefan Frederik 2022-02-13 03:32:06 +01:00
parent a6b4d998d1
commit 1a1c6371cc
1 changed files with 1 additions and 1 deletions

View File

@ -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