def mousePressEvent(self, ev: QtGui.QMouseEvent): self._do_heavy_highlight = True self._highlightClear() super(VQMemoryCanvas, self).mousePressEvent(ev)