The problem is the window manager often throws <Config> events, which are handled docked mode thus - In tcl/start.tcl:
bind .main <Configure> \
{::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
properly... these Config events are a little hard to follow,
but in docking mode, these Config events seem even more common.
The attached patch seems to fix it for me. It could
~possibly~ break something else though, so a little testing
might be good.
Steve
6_fix_docked_Config_issue
Description: Binary data
------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________ Scid-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scid-users
