mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b5645f19aa
commit
324622dee5
@ -185,7 +185,7 @@ class CursorPositionWidget(QWidget): # {{{
|
||||
if line is None:
|
||||
self.la.setText('')
|
||||
else:
|
||||
name = unicodedata.name(character) if character else None
|
||||
name = unicodedata.name(character, None) if character else None
|
||||
text = _('Line: {0} : {1}').format(line, col)
|
||||
if name:
|
||||
text = name + ' : ' + text
|
||||
|
Loading…
x
Reference in New Issue
Block a user