控件模块新增修改显示内容的方法,修复key控件右对齐模式绘制错误,修复主菜单快速开始按钮内容不正确
This commit is contained in:
@@ -31,7 +31,7 @@ function scene.sceneInit()
|
||||
cmdEntryThread()
|
||||
|
||||
--Set quick-play-button text
|
||||
scene.widgetList[2].text=gc.newText(getFont(scene.widgetList[2].font),text.WidgetText.main.qplay..": "..text.modes[STAT.lastPlay][1])
|
||||
scene.widgetList[2]:setObject(text.WidgetText.main.qplay..": "..text.modes[STAT.lastPlay][1])
|
||||
quickSure=false
|
||||
|
||||
--Create demo player
|
||||
|
||||
Reference in New Issue
Block a user