mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
* Source/GSGhostscriptImageRep.m: Add missing ASSIGN
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34479 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bff0f57b54
commit
bfd7621ba5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-01-10 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/GSGhostscriptImageRep.m: Add missing ASSIGN
|
||||
|
||||
2012-01-09 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/GSTheme.m: Remove code which sets and unsets images
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
return nil;
|
||||
}
|
||||
|
||||
_bitmap = [NSBitmapImageRep imageRepWithData: pngData];
|
||||
ASSIGN(_bitmap, [NSBitmapImageRep imageRepWithData: pngData]);
|
||||
|
||||
[self setSize: [_bitmap size]];
|
||||
[self setAlpha: [_bitmap hasAlpha]];
|
||||
|
|
Loading…
Reference in a new issue