drawChoices \f

This commit is contained in:
oc 2019-04-15 21:52:29 +08:00
parent 2b57cbb49a
commit 6fd3e8c68c

View File

@ -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);