[Scid-users] Small improvements

2010-07-23 Thread Gerd Lorscheid
Hello, I have again some remarks - without source code. But for this I have an excuse, because my notebook has been stolen and I will have a development environment not before end of next month. But so I was forced to use Scid for the tournament I played. But the first I promise to implement

Re: [Scid-users] Bug: Flipping board breaks animations

2010-07-23 Thread Steven
The problem is the window manager often throws events, which are handled docked mode thus - In tcl/start.tcl: bind .main \ {::docking::handleConfigureEvent ::resizeMainBoard} For some reason, the board is getting flipped twice each move as a result of a stray Config event. I don't understand it