changeset 22631:d246eb9cabbc

hgk: define bookmark colour explicitly, as Tk 8.6 has changed their meaning
author Andrew Shadura <andrew@shadura.me>
date Sun, 28 Sep 2014 13:27:40 +0200
parents 0290982e5ac7
children db15bb2d6323
files contrib/hgk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/hgk	Tue Sep 30 14:32:49 2014 -0700
+++ b/contrib/hgk	Sun Sep 28 13:27:40 2014 +0200
@@ -1271,9 +1271,9 @@
 	    set rowtextx($idline($id)) [expr {$xr + $linespc}]
 	} elseif {[incr nbookmarks -1] >= 0} {
             # draw a tag
-            set col gray50
+            set col "#7f7f7f"
             if {[string compare $bookmarkcurrent $tag] == 0} {
-                set col gray
+                set col "#bebebe"
             }
             set xl [expr $xl - $delta/2]
             $canv create polygon $x $yt $xr $yt $xr $yb $x $yb \