Skip to content

Commit 37bcf39

Browse files
committed
gray text also for selected entries
1 parent 5501215 commit 37bcf39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitfourchette/filelists/filelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def paint(self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIn
7777
dirPortion = None
7878
filePortion = None
7979

80-
if '/' in fullText and not isSelected:
80+
if '/' in fullText:
8181
slashesInFull = fullText.count('/')
8282
slashesInElided = text.count('/')
8383

0 commit comments

Comments
 (0)