* NSView.m resizeSubviewsWithOldSize: check whether view has ever been

rotated (per 4.2 docs).
	* NSStringDrawing.m sizeWithAttributes: fix minor bug introduced while
	optimizing tab calc.
	* NSCell.m: drawInteriorWithFrame: minor optimization


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3379 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
far 1998-12-03 21:23:58 +00:00
parent 00560ea975
commit dba0b61156
6 changed files with 33 additions and 19 deletions

View file

@ -238,6 +238,7 @@ static NSDictionary* nsmapping = nil;
{
NSImage* image = [[[NSImage alloc] initByReferencingFile:path]
autorelease];
if (image)
[image setName: [[path lastPathComponent]
stringByDeletingPathExtension]];