selectColor

This commit is contained in:
ckcz123 2020-06-24 23:19:57 +08:00
parent c767b6c174
commit a31344c6fd

View File

@ -2840,7 +2840,7 @@ ui.prototype.drawKeyBoard = function () {
if (isWindowSkin) if (isWindowSkin)
this.drawWindowSelector(core.status.textAttribute.background, this.HPIXEL + 92, offset - 22, 72, 27); this.drawWindowSelector(core.status.textAttribute.background, this.HPIXEL + 92, offset - 22, 72, 27);
else 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);
} }
////// 绘制状态栏 ///// ////// 绘制状态栏 /////