Tweaked the behaviour of the skill name dropdown

This commit is contained in:
Openarl
2016-09-12 22:03:41 +10:00
parent b53811ac2a
commit 53bc2a95eb
3 changed files with 10 additions and 10 deletions

View File

@@ -187,6 +187,7 @@ end
function EditClass:OnFocusGained()
self.blinkStart = GetTime()
self:SelectAll()
end
function EditClass:OnKeyDown(key, doubleClick)