mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
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:
parent
0d040c7875
commit
d2e84c6da0
3 changed files with 78 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue