diff options
| -rw-r--r-- | plugins/NewStory/src/webpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/webpage.cpp b/plugins/NewStory/src/webpage.cpp index 338a31c3e4..955e45d368 100644 --- a/plugins/NewStory/src/webpage.cpp +++ b/plugins/NewStory/src/webpage.cpp @@ -227,7 +227,7 @@ uint_ptr NSWebPage::create_font(const font_description &descr, const document *, fm->descent = tm.tmDescent; fm->height = tm.tmHeight; fm->x_height = tm.tmHeight / 2; // this is an estimate; call GetGlyphOutline to get the real value - fm->draw_spaces = lf.lfItalic || descr.decoration_style; + fm->draw_spaces = lf.lfItalic || descr.decoration_line; } return (uint_ptr)hFont; |
