From: Stefan Csomor Date: Wed, 29 Aug 2012 11:20:23 +0000 (+0000) Subject: temporary workaround X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3e43dbc6c7c76c8187958960ea3e454315f98398 temporary workaround git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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