mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
848ce1ce7c
commit
a45bd4b42e
@ -251,7 +251,7 @@ class TextBrowser(PlainTextEdit): # {{{
|
||||
if block.isVisible() and bottom >= r.top():
|
||||
text = unicode(self.line_number_map.get(num, ''))
|
||||
is_start = num in change_starts
|
||||
if is_start:
|
||||
if is_start and text != '-':
|
||||
painter.save()
|
||||
f = QFont(self.font())
|
||||
f.setBold(True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user