Release 1.3.19

- Changed mod scaling rounding to reflect change in 2.6
- Fixed relic import
- Various minor fixes
This commit is contained in:
Openarl
2017-03-09 15:37:35 +10:00
parent 47a6cfdac4
commit d15f105fdb
17 changed files with 63 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ local BuildListClass = common.NewClass("BuildList", "Control", "ControlHost", fu
self.controls.scrollBar.locked = function()
return self.listMode.edit
end
self.controls.nameEdit = common.New("EditControl", {"TOPLEFT",self,"TOPLEFT"}, 0, 0, 0, 20, nil, nil, "\\/:%*%?\"<>|", 50)
self.controls.nameEdit = common.New("EditControl", {"TOPLEFT",self,"TOPLEFT"}, 0, 0, 0, 20, nil, nil, "\\/:%*%?\"<>|%c", 50)
self.controls.nameEdit.shown = function()
return self.listMode.edit
end