give theme more control over drawing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28839 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-10-18 16:23:34 +00:00
parent 2c3f0453ee
commit a49d3efb05
6 changed files with 132 additions and 41 deletions

View file

@ -135,8 +135,7 @@
*/
[self fillRect: frame
withTiles: tiles
background: color
fillStyle: GSThemeFillStyleNone];
background: color];
}
}