-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Again I hope you don’t mind I have a minor change to your code to correct this problem the old code has been commented out) I have tested these changes using the latest transcriptions for Dec 1974 Births and have not found any issues to date.
In BMDDocument.m
in the routine - (void)fieldText:(id)fieldOb
case ( TEXT_EVENT_PAGE ):
//mLineItem.pageName = [msPageFld stringValue];
mLineItem.pageName = [self correctedFieldValue:msPageFld];
In routine - (void)textFieldClosing:(id)fieldOb
case ( TEXT_EVENT_PAGE ):
if ( [msLockedBtn state] == NSOnState )
[self textFieldClosing:msSurnameFld];
else
[mWindow makeFirstResponder:msSurnameFld];
//mLineItem.pageName = [msPageFld stringValue];
mLineItem.pageName = [self correctedFieldValue:msPageFld];
[mLineItem finalizeLine:true];
Metadata
Metadata
Assignees
Labels
No labels