Up the mouse re-draw rate limit

bar_select
Tyler Goodlet 2020-10-12 09:36:46 -04:00
parent 18097fc33b
commit db273e1cd7
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ from ._axes import YAxisLabel, XAxisLabel
# TODO:
# - checkout pyqtgraph.PlotCurveItem.setCompositionMode
_mouse_rate_limit = 30
_debounce_delay = 10
_mouse_rate_limit = 60
_debounce_delay = 20
_ch_label_opac = 1