Made table columns editable by default

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7458 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-09-10 14:59:25 +00:00
parent 1d61a08756
commit 16fd608dd2

View file

@ -65,7 +65,7 @@
_min_width = 0;
_max_width = 100000;
_is_resizable = YES;
_is_editable = NO;
_is_editable = YES;
_tableView = nil;
_headerCell = [NSTableHeaderCell new];