Re: [PATCH] gitk: make pointer selection visible in highlighted lines

2013-11-27 Thread Eric Sunshine
On Wed, Nov 27, 2013 at 1:06 PM, Max Kirillov wrote: > Custom tags have higher priority than sel, and when they define > their own background, it makes selection invisible. Especially > inconvenient for filesep (to select filenames), but may also affect s/aslo/also/ > other tags. > > Signed-off-

Re: [PATCH] gitk: make pointer selection visible in highlighted lines

2013-11-27 Thread Thomas Rast
Max Kirillov writes: > Custom tags have higher priority than sel, and when they define > their own background, it makes selection invisible. Especially > inconvenient for filesep (to select filenames), but may aslo affect > other tags. > > Signed-off-by: Max Kirillov Nice. Tested-by: Thomas Ra

[PATCH] gitk: make pointer selection visible in highlighted lines

2013-11-27 Thread Max Kirillov
Custom tags have higher priority than sel, and when they define their own background, it makes selection invisible. Especially inconvenient for filesep (to select filenames), but may aslo affect other tags. Signed-off-by: Max Kirillov --- gitk-git/gitk | 1 + 1 file changed, 1 insertion(+) diff