Commit 451e1a0
committed
Include step info in str(scroll_event).
Although event.step is only nonzero for scroll events, it seems
reasonable to always add it to str(MouseEvent). After all, that str()
always contains e.g. dblclick, which doesn't make sense for
motion_notify_event either. (IOW the alternative would be to more
carefully write different str()s for each kind of MouseEvents.)1 parent c3f423d commit 451e1a0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1433 | 1433 | | |
1434 | 1434 | | |
1435 | 1435 | | |
1436 | | - | |
| 1436 | + | |
1437 | 1437 | | |
1438 | 1438 | | |
1439 | 1439 | | |
| |||
0 commit comments