(-setBorderType:): Call -tile to make the change visible.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2003-02-11 16:56:54 +00:00
parent f91ef9f333
commit e5a9ba8496
2 changed files with 9 additions and 0 deletions

View file

@ -989,6 +989,7 @@ static float scrollerWidth;
- (void) setBorderType: (NSBorderType)borderType
{
_borderType = borderType;
[self tile];
}
- (void) setDocumentView: (NSView *)aView