Release 1.4.97

- Updated tree to 3.4
This commit is contained in:
Openarl
2018-08-29 12:05:21 +10:00
parent beff94015f
commit 4e4f87cb68
30 changed files with 252 additions and 194 deletions

View File

@@ -446,7 +446,7 @@ function GemSelectClass:OnKeyDown(key, doubleClick)
if self.selIndex == 0 then
self:SetText(self.searchStr)
else
self:SetText(self.list[self.selIndex])
self:SetText(self.gems[self.list[self.selIndex]].name)
end
self:UpdateGem()
self:ScrollSelIntoView()