mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
Updated for changes in semantics of NSMutableAttributedString -string
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12497 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
623d2351e4
commit
166c60efbe
5 changed files with 11 additions and 7 deletions
|
@ -3337,13 +3337,13 @@ static SEL getSel;
|
|||
|
||||
- (void) validateEditing
|
||||
{
|
||||
if (_textObject)
|
||||
if (_textObject)
|
||||
{
|
||||
NSFormatter *formatter;
|
||||
NSString *string;
|
||||
|
||||
formatter = [_selectedCell formatter];
|
||||
string = [_textObject text];
|
||||
string = AUTORELEASE ([[_textObject text] copy]);
|
||||
|
||||
if (formatter == nil)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue