Re: [Scid-users] Patch to get animations working with board flipped

2011-06-17 Thread Fulvio
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

[Scid-users] Patch to get animations working with board flipped

2011-06-16 Thread Larry Isaacs
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