[BUG] (minor) resize repeatedly redraws the window

Mike Rutenberg mdr at scn.org
Fri Feb 16 12:04:39 UTC 2001


Image: 3.0 gamma

I resize a window using the yellow handle thingy (is there a name for this?).
When I let go of the mouse button to indicate that I am done,
the window (frame only?) continuously redraws at the new size
and the cursor jumps back to where the resize began.  When I
finally move the mouse, the window stops drawing and everything
behaves normally again.

The problem only happens when fastDragWindowForMorphic is on.
SystemWindow spawnReframeHandle: 
continues to call
	self doFastWindowReframe: ptName. 
even after the mouse is released, which is what causes the flicker.

Mike

p.s. The preference debugShowDamage can make this easier to see, but is not
necessary.





More information about the Squeak-dev mailing list