Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG(MultiAxisPlot): make resize callback asynchronous
This prevents an infinite recursion in pyqtgraph 0.13.4, in which view.setGeometry emits a sigResized, which gets Qt.DirectConection to the callback that calls view.setGeometry. Signed-off-by: Sofia Ferreira (flowln) <[email protected]>
- Loading branch information