mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Cell modifications to remove unecessary images/color changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
97c4ec53d8
commit
766b747938
10 changed files with 27 additions and 39 deletions
|
@ -718,12 +718,6 @@
|
|||
|
||||
if (imageToDisplay)
|
||||
{
|
||||
/* FIXME - the following is a hack! Because we don't seem to be
|
||||
getting alpha composing of images right, we use this hack of
|
||||
hard-setting manually the background color of the image to
|
||||
the wanted background color ... this should go away when
|
||||
alpha composing of images works 100%. */
|
||||
[imageToDisplay setBackgroundColor: backgroundColor];
|
||||
imageSize = [imageToDisplay size];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue