Kaydet (Commit) ad1654e0 authored tarafından Jack Jansen's avatar Jack Jansen

After more than two years of puzzlement Jurjen Bos found the reason for

the double-scroll problem: when you pass a tracker function to TrackControl
you shouldn't call your hit function again afterwards. Fixes #711989.
üst 67115a2b
......@@ -380,8 +380,6 @@ class Scrollbar(ControlWidget):
if part:
self._hit(part)
part = self._control.TrackControl(point, hitter)
if part:
self._hit(part)
def _hit(self, part):
value = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment