summaryrefslogtreecommitdiff
path: root/cocoa/TreeView.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/TreeView.m')
-rw-r--r--cocoa/TreeView.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/cocoa/TreeView.m b/cocoa/TreeView.m
index 434ceecd4..1a6f83323 100644
--- a/cocoa/TreeView.m
+++ b/cocoa/TreeView.m
@@ -54,6 +54,8 @@
tree = [newTree retain];
[tree setDelegate: self];
[tree setRedrawing: YES];
+
+ [self setNeedsDisplay: YES];
}
}
@@ -96,7 +98,6 @@
}
}
-
//MARK: -
//MARK: Tree delegate methods