Message ID | 2ecfbb59-3a65-9db0-4ff7-e649ab6dfb6e@kdbg.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | gitk: Un-hide selection in added and removed text and search results | expand |
diff --git a/gitk b/gitk index 4129c0ba95..d4dd9aca64 100755 --- a/gitk +++ b/gitk @@ -2468,6 +2468,11 @@ proc makewindow {} { $ctext tag conf currentsearchhit -back $currentsearchhitbgcolor $ctext tag conf wwrap -wrap word -lmargin2 1c $ctext tag conf bold -font textfontbold + # set these to the lowest priority: + $ctext tag lower currentsearchhit + $ctext tag lower found + $ctext tag lower dresult + $ctext tag lower d0 .pwbottom add .bleft if {!$use_ttk} {