mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +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
05d3343c45
commit
abd4f0ca27
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>
|
||||
|
||||
* Source/NSAttributedString.m (-fixAttachmentAttributeInRange:):
|
||||
|
|
|
@ -989,6 +989,7 @@ static float scrollerWidth;
|
|||
- (void) setBorderType: (NSBorderType)borderType
|
||||
{
|
||||
_borderType = borderType;
|
||||
[self tile];
|
||||
}
|
||||
|
||||
- (void) setDocumentView: (NSView *)aView
|
||||
|
|
Loading…
Reference in a new issue