From b6bc2a7d3c05cc462da1ffe781137e1f252f051a Mon Sep 17 00:00:00 2001 From: oc Date: Mon, 15 Apr 2019 21:58:02 +0800 Subject: [PATCH] drawChoices \f --- libs/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui.js b/libs/ui.js index 57c4e555..e689ef59 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -974,9 +974,9 @@ ui.prototype.drawChoices = function(content, choices) { content = core.replaceText(content || ""); var titleInfo = this._getTitleAndIcon(content); + titleInfo.content = this._drawTextBox_drawImages(titleInfo.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);