drawChoices \f
This commit is contained in:
parent
2b57cbb49a
commit
6fd3e8c68c
@ -976,6 +976,7 @@ ui.prototype.drawChoices = function(content, choices) {
|
||||
var titleInfo = this._getTitleAndIcon(content);
|
||||
var hPos = this._drawChoices_getHorizontalPosition(titleInfo, choices);
|
||||
var vPos = this._drawChoices_getVerticalPosition(titleInfo, choices, hPos);
|
||||
titleInfo.content = this._drawTextBox_drawImages(titleInfo.content);
|
||||
core.status.event.ui.offset = vPos.offset;
|
||||
|
||||
var isWindowSkin = this.drawBackground(hPos.left, vPos.top, hPos.right, vPos.bottom);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user