mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
* Source/NSTableColumn.m (-initWithIdentifier:): Make data
cell editable by default. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34547 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4354640dd1
commit
df6635d6a8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-01-15 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/NSTableColumn.m (-initWithIdentifier:): Make data
|
||||
cell editable by default.
|
||||
|
||||
2011-01-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSTheme.m:
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
_headerCell = [[NSTableHeaderCell alloc] init];
|
||||
_dataCell = [[NSTextFieldCell alloc] init];
|
||||
[_dataCell setLineBreakMode: NSLineBreakByTruncatingTail];
|
||||
[_dataCell setEditable: YES];
|
||||
_headerToolTip = nil;
|
||||
|
||||
_sortDescriptorPrototype = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue