1
0
forked from IPKM/nmreval

rethink choices of 0c7ca0b9ba; minimum selection at least should work, cf. #166

This commit is contained in:
Dominik Demuth
2023-12-04 19:38:29 +01:00
parent 20592e05c6
commit a9d284eabe
3 changed files with 14 additions and 2 deletions

View File

@ -55,11 +55,16 @@ class QGraphWindow(QtWidgets.QGraphicsView, Ui_GraphWindow):
self._external_items = []
self.closable = True
"""
TODO
this does not work properly and leads to lots of errors
because PlotDataItems do not have a viewBox anymore which is called in getData
# desperate attempts to improve memory usage during paintEvents
self.graphic.setAntialiasing(False)
self.plotItem.setDownsampling(auto=True)
self.plotItem.setClipToView(True)
"""
self._block = False
self.log = [False, False]