diff options
| author | Manolo Gouy <Manolo> | 2011-02-08 20:59:46 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-08 20:59:46 +0000 |
| commit | 5dab14dafa6dba869c55281c214946934eb10aae (patch) | |
| tree | 10ffe040135c897a376506b6992083e4978beb61 /src/fl_font_mac.cxx | |
| parent | 95db2790d69fb227e78d307f50c41bdc4bee44d0 (diff) | |
Fix STR #2558: use more consistently FL_NORMAL_SIZE to define the default font size
of interface elements.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8405 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_font_mac.cxx')
| -rw-r--r-- | src/fl_font_mac.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_font_mac.cxx b/src/fl_font_mac.cxx index 5863b233c..b69260808 100644 --- a/src/fl_font_mac.cxx +++ b/src/fl_font_mac.cxx @@ -31,7 +31,7 @@ extern unsigned fl_utf8toUtf16(const char* src, unsigned srclen, unsigned short* dst, unsigned dstlen); // if no font has been selected yet by the user, get one. -#define check_default_font() {if (!fl_fontsize) fl_font(0, 12);} +#define check_default_font() {if (!fl_fontsize) fl_font(FL_HELVETICA, FL_NORMAL_SIZE);} static CGAffineTransform font_mx = { 1, 0, 0, -1, 0, 0 }; #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 |
