add tree models (tagtraa, dumpviewtree) onlywhen the tree is visible, better preserving the expanded states of the tree nodes

This commit is contained in:
honfika@gmail.com
2014-11-12 19:01:21 +01:00
parent e5c2a76e0a
commit 96e0b368ff
4 changed files with 53 additions and 45 deletions

View File

@@ -343,6 +343,9 @@ public abstract class Tag implements NeedsCharacters, Exportable, ContainerItem,
*/
@Override
public String toString() {
if (getName().equals("DefineSprite (406)")) {
int a = 1;
}
return getName();
}