temporary workaround

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-08-29 11:20:23 +00:00
parent 18d5c52d67
commit 3e43dbc6c7

View 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