Problem: 1222037
Title: (Display) Adorner drawing bug
Received: Feb 20 1995 4:38PM
> The TView as a RRectAdorner attached to it. > Why when I resize the window the adorner is not completely > redrawn in the view.This is a bug in adorners. Since an adorner is drown just outside the right and bottom of the view's extent to which it is attached, and since when the view's frame is changed ONLY its frame is invalidated, the result is that that last little edge just outside the view's frame doesn't get invalidated. You could fix it yourself or you could yell at someone else.