From 3e43dbc6c7c76c8187958960ea3e454315f98398 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 29 Aug 2012 11:20:23 +0000 Subject: [PATCH] temporary workaround git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/cocoa/listbox.mm | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.0