mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-11 08:21:00 +00:00
update the line status
This commit is contained in:
parent
07c911b995
commit
aaaea5965b
1 changed files with 5 additions and 0 deletions
|
@ -1024,6 +1024,11 @@
|
|||
selLine = nlCount + 1;
|
||||
}
|
||||
NSLog(@"%u corresponds to %u", selection.location, selLine);
|
||||
if (selLine != NSNotFound)
|
||||
{
|
||||
[_intStatusField setStringValue: [NSString stringWithFormat:@"%u", (unsigned)selLine]];
|
||||
[_extStatusField setStringValue: [NSString stringWithFormat:@"%u", (unsigned)selLine]];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue