Clickable links: adds tip to tooltip

This commit is contained in:
Olivier Keshavjee 2017-12-14 15:06:51 +01:00
parent cd8ad6cc3a
commit a6a82d1bba

View file

@ -530,6 +530,7 @@ class MDEditView(textEditView):
tooltip = ct.texts[1] or ct.texts[2]
if tooltip:
tooltip = self.tr("{} (CTRL+Click to open)").format(tooltip)
QToolTip.showText(self.mapToGlobal(event.pos()), tooltip)
def mouseReleaseEvent(self, event):