diff --git a/src/osx/cocoa/listbox.mm b/src/osx/cocoa/listbox.mm index 7308eac8a3..b30cb3642e 100644 --- a/src/osx/cocoa/listbox.mm +++ b/src/osx/cocoa/listbox.mm @@ -322,7 +322,9 @@ protected: [[(NSTableColumn *)[tableColumns objectAtIndex:columnIndex] dataCell] setFont:aFont]; // todo introduce a common NSLayoutManager instance for all and use new method +#ifndef __LP64__ [self setRowHeight:[aFont defaultLineHeightForFont]+2]; +#endif } - (void) setControlSize:(NSControlSize) size