summaryrefslogtreecommitdiff
path: root/redo/control_darwin.m
diff options
context:
space:
mode:
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 1b06114..816085b 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 NSProgressIndicator
+// also good for NSBox and NSProgressIndicator
struct xsize controlPreferredSize(id control)
{
NSControl *c;