mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Fixed bug in NSBrowser not resizing its horizontal scroller
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5089 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5c267c8f81
commit
2275a49502
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Wed Oct 27 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Patches by ackyugo@geocities.co.jp fixing bug (horizontal
|
||||
scroller non resized) in NSBrowser upon resize:
|
||||
* Source/NSBrowser.h: Added forgotten ivar _scrollerRect;
|
||||
* Source/NSBrowser.m: ([-initWithFrame:]), ([-tile]): Use ivar
|
||||
_scrollerRect appropriately; ([-resizeSubviewsWithOldSize:]):
|
||||
Update horizontal scroller frame using _scrollerRect.
|
||||
|
||||
Tue Oct 26 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
SavePanel tidyups, simplifications and fixes for better
|
||||
|
|
Loading…
Reference in a new issue