]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/listbox.mm
fixing class
[wxWidgets.git] / src / osx / cocoa / listbox.mm
index 7308eac8a3a3a5654b7b66dda9f849c251782be4..199363d24787c89f2c8ec66e0bb9713523e04fcc 100644 (file)
@@ -321,8 +321,7 @@ protected:
     while (columnIndex--)
         [[(NSTableColumn *)[tableColumns objectAtIndex:columnIndex] dataCell] setFont:aFont];
 
-    // todo introduce a common NSLayoutManager instance for all and use new method
-    [self setRowHeight:[aFont defaultLineHeightForFont]+2];
+    [self setRowHeight:[gNSLayoutManager defaultLineHeightForFont:aFont]+2];
 }
 
 - (void) setControlSize:(NSControlSize) size