可滚动框架上的Tkinter滚动条不应该以2倍速度滚动
I'm trying to create a scrollable frame in Tkinter, using the code found in this question. I also wanted to have the frame be scrollable using the mouse-wheel, and so I copied over the _on_mousewheel() function from this question. The issue now is that bec...