Use proxies for named images so that changes to images are nstantly reflected

when you change themes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-02-08 11:02:57 +00:00
parent 0d040c7875
commit d2e84c6da0
3 changed files with 78 additions and 7 deletions

View file

@ -1007,7 +1007,8 @@ static float scrollerWidth;
contentRect = NSInsetRect(_bounds, border.width, border.height);
if (contentRect.size.width < 0 || contentRect.size.height < 0)
{
NSWarnMLog(@"given too small a size to tile", 0);
/* FIXME ... should we do something else when given
* too small a size to tile? */
return;
}