mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Fix bug #13310
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21370 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ee8028fde
commit
b2240b693f
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSScrollView.m: ([-initWithFrame:) create a hidden horizontal
|
||||
ruler for MacOS-X and OPENSTEP compatibility. Fix bug #13310
|
||||
|
||||
2005-06-22 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenu.m (-setGeometry): Use [NSWindow
|
||||
|
|
|
@ -144,6 +144,8 @@ static float scrollerWidth;
|
|||
_vPageScroll = 10;
|
||||
_borderType = NSNoBorder;
|
||||
_scrollsDynamically = YES;
|
||||
// For compatibility the ruler should be present but not visible.
|
||||
[self setHasHorizontalRuler: YES];
|
||||
[self tile];
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue