Hello,
After enabling marker spacing in runviewer (with at least one trace active), I encounter many error messages stating
"""
Traceback (most recent call last):
File "[redacted]/lib/python3.11/site-packages/pyqtgraph/graphicsItems/AxisItem.py", line 654, in paint
specs = self.generateDrawSpecs(painter)
File "[redacted]/lib/python3.11/site-packages/pyqtgraph/graphicsItems/AxisItem.py", line 1118, in generateDrawSpecs
br = p.boundingRect(QtCore.QRectF(0, 0, 100, 100), QtCore.Qt.AlignmentFlag.AlignCenter, s)
TypeError: arguments did not match any overloaded call:
boundingRect(self, rect: QRectF, flags: int, text: str): argument 3 has unexpected type 'int'
boundingRect(self, rect: QRect, flags: int, text: str): argument 1 has unexpected type 'QRectF'
boundingRect(self, rectangle: QRectF, text: str, option: QTextOption = QTextOption()): argument 2 has unexpected type 'AlignmentFlag'
boundingRect(self, x: int, y: int, w: int, h: int, flags: int, text: str): argument 1 has unexpected type 'QRectF'
"""
(with new messages seeming to appear on every redrawing, until the `Too many errors` dialog appears).
I have seen this error for both Python 3.10 and 3.11 (with PyQt 5.15.2 and PyQtGraph 0.13.3 for the 3.11 installation, other versions for the 3.10 installation) with labscript-suite installed via pip.
Thank you,
Carter