mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:50:48 +00:00
(-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:
parent
f91ef9f333
commit
e5a9ba8496
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
2003-02-11 16:33 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/NSAttributedString.m (-fixAttachmentAttributeInRange:):
|
* Source/NSAttributedString.m (-fixAttachmentAttributeInRange:):
|
||||||
|
|
|
@ -989,6 +989,7 @@ static float scrollerWidth;
|
||||||
- (void) setBorderType: (NSBorderType)borderType
|
- (void) setBorderType: (NSBorderType)borderType
|
||||||
{
|
{
|
||||||
_borderType = borderType;
|
_borderType = borderType;
|
||||||
|
[self tile];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setDocumentView: (NSView *)aView
|
- (void) setDocumentView: (NSView *)aView
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue