diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-16 00:37:38 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-16 00:37:38 -0400 |
| commit | 1d117b79651fb09d7a5e56b8848cb942cfd164b5 (patch) | |
| tree | 8c3a1cf1e6f7d1ac0ab2be98bd2c2bc2be1d5fe2 /redo/control_darwin.m | |
| parent | 5a1fc98fc3b7c78f4c5192be4f6eba4b70d729d1 (diff) | |
Implemented Group on Mac OS X.
Diffstat (limited to 'redo/control_darwin.m')
| -rw-r--r-- | redo/control_darwin.m | 2 |
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; |
