diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-24 16:11:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-24 16:11:53 -0400 |
| commit | d82a6bc36d029c89cd677276fcab65db28992414 (patch) | |
| tree | b2909ea690e29104742ed71de1be420e917483f1 /control_darwin.m | |
| parent | cbcf77fb6d2729fa377e820238672b30c564c43f (diff) | |
Started the OS X implementation of Textbox.
Diffstat (limited to 'control_darwin.m')
| -rw-r--r-- | control_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control_darwin.m b/control_darwin.m index 816085b..4ff8777 100644 --- a/control_darwin.m +++ b/control_darwin.m @@ -16,7 +16,7 @@ void controlSetHidden(id control, BOOL hidden) [toNSView(control) setHidden:hidden]; } -// also fine for NSCells +// also fine for NSCells and NSTexts (NSTextViews) void setStandardControlFont(id control) { [toNSControl(control) setFont:[NSFont systemFontOfSize:[NSFont systemFontSizeForControlSize:NSRegularControlSize]]]; |
