Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
61ea0361
Commit
61ea0361
authored
Apr 15, 2012
by
Luke Campagnola
Browse files
re-enabled wheel events for PlotItem
parent
5c0c47cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
graphicsItems/PlotItem/PlotItem.py
View file @
61ea0361
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment