Re: [Bug-XBoard] The clock stops if the board window is moved with stick
From:
h.g. muller
Subject:
Re: [Bug-XBoard] The clock stops if the board window is moved with stickyWindows on
Date:
Fri, 16 Mar 2012 14:58:31 +0100
OK, I fixed the clock problem. Turned out there can be multiple timer
events pending, but the same few event IDs are reused all the time. And
DelayedDrag would always clear the timeout for previous Drag event, even if
that event had already taken place, and was now in use for the clock.