Correction for Report #3270

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17519 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-08-23 17:51:59 +00:00
parent 4a57ded4ae
commit 066c79a723
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/Containers/main.m: added height resize flag
to TextView prototype to correct bug #3270
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.[hm]: Made selectClassWithObject public.

View file

@ -226,7 +226,7 @@ int defaultDateFormatIndex = 3;
[tv setMaxSize: NSMakeSize(1.0E7,1.0E7)];
[tv setHorizontallyResizable: NO];
[tv setVerticallyResizable: YES];
[tv setAutoresizingMask: NSViewWidthSizable];
[tv setAutoresizingMask: NSViewHeightSizable | NSViewWidthSizable];
[tv setSelectable: YES];
[tv setEditable: YES];
[tv setRichText: YES];