]> git.saurik.com Git - wxWidgets.git/commitdiff
temporary workaround
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 29 Aug 2012 11:20:23 +0000 (11:20 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 29 Aug 2012 11:20:23 +0000 (11:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/listbox.mm

index 7308eac8a3a3a5654b7b66dda9f849c251782be4..b30cb3642e066cbfbb50d66f978341acecb7d832 100644 (file)
@@ -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