Re: Regression in painting.c

2005-03-06 Thread Sven Paschukat
Ron Jensen schrieb: dlls/user/painting.c is getting caught in an infinite loop in the function update_now() I added two TRACE statements to try to figure out what is going on. Uncommenting the SendMessageW() line allows the loop to exit. Same problem in the app StarMoney which runs in an endless

Regression in painting.c

2005-03-04 Thread Ron Jensen
dlls/user/painting.c is getting caught in an infinite loop in the function update_now() I added two TRACE statements to try to figure out what is going on. Uncommenting the SendMessageW() line allows the loop to exit. See the attached win traces for the working and broken cases. I don't know