mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-01 20:30:50 +00:00
Fixed for resizing of NSBrowser
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10158 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b44c37a83
commit
1b6598959f
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Sun Jun 10 21:54:10 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
* Source/NSBrowser.m ([-_unloadFromColumn:]): Remove the column
|
||||||
|
from the superview when we destroy it.
|
||||||
|
([-resizeSubviewsWithOldSize:]): Do not invoke super's
|
||||||
|
implementation.
|
||||||
|
|
||||||
Sun Jun 10 20:29:08 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
Sun Jun 10 20:29:08 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* Source/NSCell.m ([-cellAttribute:]), ([-setCellAttribute:to:]):
|
* Source/NSCell.m ([-cellAttribute:]), ([-setCellAttribute:to:]):
|
||||||
|
@ -99,7 +106,7 @@ Wed Jun 6 05:38:28 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
Added drawing code for text attachments (Still untested, as there
|
Added drawing code for text attachments (Still untested, as there
|
||||||
is a problem with unicode characters in NSAttributedString)
|
is a problem with unicode characters in NSAttributedString)
|
||||||
* Source/NSTextView.m
|
* Source/NSTextView.m
|
||||||
Implemented some basic handling for mouse down on attachment cell.
|
Implemented some basic handling for mouse down on attachment cell.
|
||||||
|
|
||||||
2001-06-02 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
2001-06-02 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue