Merge pull request #3 from alexmyczko/patch-1

Update GormObjectEditor.m
This commit is contained in:
Riccardo 2018-10-23 12:54:57 +02:00 committed by GitHub
commit dcbf7d7746
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,7 +327,7 @@ static NSMapTable *docMap = 0;
if([name isEqual: GormResizeCellNotification])
{
NSDebugLog(@"Recieved notification");
NSDebugLog(@"Received notification");
[self setCellSize: defaultCellSize()];
}
}