-
Committer:
James Lu
-
Date:
2017-05-05 18:20:51 UTC
-
Revision ID:
james@overdrivenetworks.com-20170505182051-6djyzc686ayhilbm
ThumbsWindow: really fix autoscroll eating up CPU (LP: #1494992)
Previously, the autoscroll event was never cleared when the user moved the mouse away from the Thumbnails panel. This caused the
self.autoscroll_event.wait(10) call in _autoscroll_thread() to always instantly succeed, and created an infinite loop eating up CPU.