Skip to content
Snippets Groups Projects
Commit cfe66b7f authored by dg's avatar dg
Browse files

Closing/Opening is talent tree is correctly remembered

git-svn-id: http://svn.net-core.org/repos/t-engine4@5335 51575b47-30f0-44d4-a5cc-537603b46e54
parent fa75e85f
No related branches found
No related tags found
No related merge requests found
......@@ -567,6 +567,7 @@ function _M:createDisplay()
return ret
end,
on_use = function(item, inc) self:onUseTalent(item, inc) end,
on_expand = function(item) self.actor.__hidden_talent_types[item.type] = not item.shown end,
scrollbar = true, no_tooltip = self.no_tooltip,
}
......@@ -586,7 +587,6 @@ function _M:createDisplay()
return ret
end,
on_use = function(item, inc) self:onUseTalent(item, inc) end,
on_expand = function(item) self.actor.__hidden_talent_types[item.type] = not item.shown end,
no_tooltip = self.no_tooltip,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment