mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:30:39 +00:00
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:
parent
1d61a08756
commit
16fd608dd2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
_min_width = 0;
|
||||
_max_width = 100000;
|
||||
_is_resizable = YES;
|
||||
_is_editable = NO;
|
||||
_is_editable = YES;
|
||||
_tableView = nil;
|
||||
|
||||
_headerCell = [NSTableHeaderCell new];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue