diff options
Diffstat (limited to 'src/Fl_Help_View.cxx')
| -rw-r--r-- | src/Fl_Help_View.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 9e3cea8df..b6f499a6a 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -1633,6 +1633,8 @@ Fl_Help_View::format_table(int *table_width, // O - Total table width max_width = 0; pre = 0; needspace = 0; + font = fonts_[nfonts_][0]; + fsize = fonts_[nfonts_][1]; // Scan the table... for (ptr = table, column = -1, width = 0, s = buf, incell = 0; *ptr;) |
