Fix text alignment (STR #1589)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2007-02-08 12:58:32 +00:00
parent 624e885b24
commit a72fa970a7
1 changed files with 1 additions and 1 deletions

View File

@ -1327,8 +1327,8 @@ Fl_Help_View::format()
strcasecmp(buf, "TABLE") == 0)
{
block->end = start;
newalign = strcasecmp(buf, "CENTER") ? LEFT : CENTER;
line = do_align(block, line, xx, newalign, links);
newalign = strcasecmp(buf, "CENTER") ? LEFT : CENTER;
xx = block->x;
block->h += hh;