update the line status

This commit is contained in:
Riccardo Mottola 2021-09-17 01:25:58 +02:00
parent 07c911b995
commit aaaea5965b

View file

@ -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]];
}
}
}