mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
* 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:
parent
00560ea975
commit
dba0b61156
6 changed files with 33 additions and 19 deletions
|
@ -238,6 +238,7 @@ static NSDictionary* nsmapping = nil;
|
|||
{
|
||||
NSImage* image = [[[NSImage alloc] initByReferencingFile:path]
|
||||
autorelease];
|
||||
|
||||
if (image)
|
||||
[image setName: [[path lastPathComponent]
|
||||
stringByDeletingPathExtension]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue