More thematic max datums on screen

bar_select
Tyler Goodlet 2020-10-28 09:28:37 -04:00
parent 6fd310473c
commit 68304b79bc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ChartView(pg.ViewBox):
log.debug("Max zoom bruh...") log.debug("Max zoom bruh...")
return return
if ev.delta() < 0 and vl >= len(self.linked_charts._array): if ev.delta() < 0 and vl >= len(self.linked_charts._array) + 666:
log.debug("Min zoom bruh...") log.debug("Min zoom bruh...")
return return