* Source/NSPrintOperation.m (-_print): Remove locale change (now

handled correctly in backend stream context.
* Source/NSScrollView.m (-initWithFrame:): Change default border
to none.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16020 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-02-20 03:12:29 +00:00
parent 8a89b3a0d8
commit 441fb9b0bd
5 changed files with 17 additions and 30 deletions

View file

@ -141,7 +141,7 @@ static float scrollerWidth;
_hPageScroll = 10;
_vLineScroll = 10;
_vPageScroll = 10;
_borderType = NSBezelBorder;
_borderType = NSNoBorder;
_scrollsDynamically = YES;
[self tile];