On Sun, Dec 09, 2007 at 01:41:10PM +0100, Stefan Salewski wrote: > > Now we should try to find the reason for the jumping window content.
I was messing around in the gtk hid making a (long!) list of issues and one critical one I hit involved toggling layer visibility from a torn-off 'shown layers' menu. The gtk interface code goes into a loop where the updating of checked-ness triggers callbacks (a problem solved in Xt 20 years ago!). There's all kinds of gross avoid-reentry code in the gtk hid, but some of the callbacks seem to get deferred and originate from 'main' again. Those callbacks can form an infinite loop. I bet some of the scrolling madness is caused by interacting updates like that. -- Ben Jackson AD7GD <[EMAIL PROTECTED]> http://www.ben.com/ _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

