From a31344c6fd9989039b1a82dd5236529b70b950b1 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Wed, 24 Jun 2020 23:19:57 +0800 Subject: [PATCH] selectColor --- libs/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui.js b/libs/ui.js index c64b909f..d3971e30 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -2840,7 +2840,7 @@ ui.prototype.drawKeyBoard = function () { if (isWindowSkin) this.drawWindowSelector(core.status.textAttribute.background, this.HPIXEL + 92, offset - 22, 72, 27); else - core.strokeRoundRect('ui', this.HPIXEL + 92, offset - 22, 72, 27, 6, "#FFD700", 2); + core.strokeRoundRect('ui', this.HPIXEL + 92, offset - 22, 72, 27, 6, core.status.globalAttribute.selectColor, 2); } ////// 绘制状态栏 /////