Thanks, i will commit your fix.
Larry Isaacs wrote:
> Hi,
>
> The reason that animations don't work with the board flipped is due to
> the resize2 procedure in board.tcl. Its comment mentions "incoherent
> state" if the board is resized while flipped, so in this case it
> un-flips the board, call
Hi,
The reason that animations don't work with the board flipped is due to
the resize2 procedure in board.tcl. Its comment mentions "incoherent
state" if the board is resized while flipped, so in this case it
un-flips the board, calls the normal resize procedure, and then re-flips
the board. This