Skip to content

Fix for #980.

Amrit Kashyap Borah requested to merge Elessar1802/thunar:issue-980 into master

The code in thunar_text_renderer that tackled the issue of overlapping highlights (one is the normal highlight and the other is the custom highlight) on selected file names could/should have caused the issue with #980 (closed).

This MR should fix #980 (closed) and is also a better hack to solve the overlapping highlights. The earlier hack used cairo to hide the normal highlight of the selected file names whereas with the new hack we are using css to set the border-radius.

Edited by Amrit Kashyap Borah

Merge request reports