summaryrefslogtreecommitdiff
path: root/redo/control_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-10 15:56:59 -0400
committerPietro Gagliardi <[email protected]>2014-08-10 15:56:59 -0400
commit5ec2c768face785c502ee6508b5ed5ed0124b307 (patch)
tree38de710ac54dad8d82660f4bdad9955edaf896f0 /redo/control_darwin.m
parentd30956d625cd83fd0c6ade761139d5c6834c1e6c (diff)
Made a more intelligent Table.preferredSize() for Mac OS X.
Diffstat (limited to 'redo/control_darwin.m')
-rw-r--r--redo/control_darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/control_darwin.m b/redo/control_darwin.m
index 8765e4c..ce1eca7 100644
--- a/redo/control_darwin.m
+++ b/redo/control_darwin.m
@@ -28,7 +28,7 @@ void setSmallControlFont(id control)
[toNSControl(control) setFont:[NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSSmallControlSize]]];
}
-// also good for NSTableView (TODO might not do what we want) and NSProgressIndicator
+// also good for NSProgressIndicator
struct xsize controlPreferredSize(id control)
{
NSControl *c;