mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:40:38 +00:00
minor fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28843 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1fc5dd78a
commit
c8916fd438
4 changed files with 76 additions and 47 deletions
|
@ -868,7 +868,8 @@ typedef struct {
|
|||
{
|
||||
if ([[info objectForKey: @"NinePatch"] boolValue])
|
||||
{
|
||||
tiles = [[GSDrawTiles alloc] initWithNinePatchImage: image];
|
||||
tiles = [[GSDrawTiles alloc]
|
||||
initWithNinePatchImage: image];
|
||||
[tiles setFillStyle: GSThemeFillStyleScaleAll];
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue