mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2bd59cb636
commit
ed885a0b06
@ -625,7 +625,7 @@ class TextEdit(PlainTextEdit):
|
|||||||
def link_for_position(self, pos):
|
def link_for_position(self, pos):
|
||||||
c = self.cursorForPosition(pos)
|
c = self.cursorForPosition(pos)
|
||||||
r = self.syntax_range_for_cursor(c)
|
r = self.syntax_range_for_cursor(c)
|
||||||
if r is not None and r.format.property(LINK_PROPERTY).toBool():
|
if r is not None and r.format.property(LINK_PROPERTY):
|
||||||
return self.text_for_range(c.block(), r)
|
return self.text_for_range(c.block(), r)
|
||||||
|
|
||||||
def mousePressEvent(self, ev):
|
def mousePressEvent(self, ev):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user