fix scale9error error

This commit is contained in:
Sergey 2015-12-18 22:40:12 +03:00
parent 9025b010ba
commit 9e6657d6b2
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ namespace ui {
topHeight = capInsets.origin.y - offsets.y;
centerHeight = capInsets.size.height;
bottomHeight = originalSize.height - (capInsets.origin.x + centerHeight) - offsets.w;
bottomHeight = originalSize.height - (capInsets.origin.y + centerHeight) - offsets.w;
}