mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 17:24:59 +01:00
...
This commit is contained in:
parent
848ce1ce7c
commit
a45bd4b42e
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ def paint_line_numbers(self, ev):
|
|||
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…
Reference in a new issue