Hello tim, Another little patch for rescaling. Maybe I understand rescaling wrong, but I think it can never have worked. This is how I use it: I select a label by pressing the middle mouse button and releasing it again. Then I press Alt-r and a box is drawn. When I move the mouse nothing happens. Finally the label is rescaled if I press the mouse somewhere.
The drag, that should have been drawing a moving outline box responds to a ButtonMotionMask. However since no button is being pressed nothing happens. So in my understanding, it should have been a PointerMotionMask instead. Furthermore the bounding box is not recalculated after a rescale. Finally added some missing cleanups of handlers for RESCALE_MODE and SELAREA_MODE for the Xt version. Erik.
_______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
