fix chatlog mouse behavior

This commit is contained in:
cidoku 2025-03-03 03:54:35 -03:00
parent d02d94a0b1
commit 14554caf55

View File

@ -292,8 +292,8 @@ class ChatLogs(QtGui.QTextEdit):
# def mouseReleaseEvent(self, e):
# if self.anchor:
# QtGui.QDesktopServices.openUrl(QtCore.QUrl(self.anchor))
# QtGui.QApplication.setOverrideCursor(QtCore.Qt.ArrowCursor)
# self.anchor = None
# QtGui.QApplication.setOverrideCursor(QtCore.Qt.ArrowCursor)
def __del__(self):
if self.savelog: