mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:20:38 +00:00
* 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:
parent
8a89b3a0d8
commit
441fb9b0bd
5 changed files with 17 additions and 30 deletions
|
@ -141,7 +141,7 @@ static float scrollerWidth;
|
|||
_hPageScroll = 10;
|
||||
_vLineScroll = 10;
|
||||
_vPageScroll = 10;
|
||||
_borderType = NSBezelBorder;
|
||||
_borderType = NSNoBorder;
|
||||
_scrollsDynamically = YES;
|
||||
[self tile];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue