Quick bugfix.
This commit is contained in:
parent
e0230d73a6
commit
2f9a38b5fe
|
@ -180,7 +180,7 @@ done:
|
||||||
implbug("table model action triggered on view with no associated table");
|
implbug("table model action triggered on view with no associated table");
|
||||||
|
|
||||||
if ([view isKindOfClass:[NSTextField class]])
|
if ([view isKindOfClass:[NSTextField class]])
|
||||||
data = [((NSTextField *) view) stringValue];
|
data = [[((NSTextField *) view) stringValue] UTF8String];
|
||||||
else
|
else
|
||||||
implbug("table model editing action triggered on non-editable view");
|
implbug("table model editing action triggered on non-editable view");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue