re-enabled wheel events for PlotItem
This commit is contained in:
parent
5c0c47cda2
commit
61ea03618a
@ -1221,9 +1221,9 @@ class PlotItem(GraphicsWidget):
|
||||
mode = False
|
||||
return mode
|
||||
|
||||
def wheelEvent(self, ev):
|
||||
# disables default panning the whole scene by mousewheel
|
||||
ev.accept()
|
||||
#def wheelEvent(self, ev):
|
||||
## disables default panning the whole scene by mousewheel
|
||||
#ev.accept()
|
||||
|
||||
def resizeEvent(self, ev):
|
||||
if self.autoBtn is None: ## already closed down
|
||||
|
Loading…
Reference in New Issue
Block a user