Disable mouse rate limiting (#1399)

This commit is contained in:
Ogi Moore 2020-10-13 22:33:00 -07:00 committed by GitHub
parent 9d99a3e7b0
commit 9413dc8005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ from pyqtgraph.tests import assertImageApproved, mouseMove, mouseDrag, mouseClic
import pytest
app = pg.mkQApp()
pg.setConfigOption("mouseRateLimit", 0)
def test_getArrayRegion(transpose=False):
pr = pg.PolyLineROI([[0, 0], [27, 0], [0, 28]], closed=True)