From cfe66b7f4a91b47e23fc69687490f9755b107e9a Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Thu, 5 Jul 2012 18:43:09 +0000
Subject: [PATCH] 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
---
 game/modules/tome/dialogs/LevelupDialog.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/dialogs/LevelupDialog.lua b/game/modules/tome/dialogs/LevelupDialog.lua
index a65175b38a..69a092702d 100644
--- a/game/modules/tome/dialogs/LevelupDialog.lua
+++ b/game/modules/tome/dialogs/LevelupDialog.lua
@@ -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,
 	}
 
-- 
GitLab