(-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:
Alexander Malmberg 2003-02-11 16:56:54 +00:00
parent 05d3343c45
commit abd4f0ca27
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2003-02-11 17:53 Alexander Malmberg <alexander@malmberg.org>
* Source/NSScrollView.m (-setBorderType:): Call -tile to make
the change visible.
* Source/NSBrowser.m (-_createColumn): Set the border of the created
scroll view explicitly.
2003-02-11 16:33 Alexander Malmberg <alexander@malmberg.org>
* Source/NSAttributedString.m (-fixAttachmentAttributeInRange:):

View file

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