Message ID | dc614e0d-fe7b-2aed-545b-e4322e35ab12@kdbg.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 2faa6cdc5e4d1d5fd27512994f002fc2640b1949 |
Headers | show |
Series | [v2] gitk: Un-hide selection in areas with non-default background color | expand |
diff --git a/gitk b/gitk index 4129c0b..9ac6e5b 100755 --- a/gitk +++ b/gitk @@ -2468,6 +2468,12 @@ 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 filesep + $ctext tag lower dresult + $ctext tag lower d0 .pwbottom add .bleft if {!$use_ttk} {