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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user