]> git.lyx.org Git - lyx.git/blobdiff - src/FontLoader.C
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / FontLoader.C
index 96645375b77800714583368f2dcd0b90b0b696df..b75d165e914871833756749a7fcd2330ac5b846c 100644 (file)
@@ -279,8 +279,8 @@ XFontStruct * FontLoader::doLoad(LyXFont::FONT_FAMILY family,
        }
 
        getFontinfo(family, series, shape);
-       int fsize = int( (lyxrc.font_sizes[size] * lyxrc.dpi * 
-                         (lyxrc.zoom/100.0) ) / 72.27 + 0.5 );
+       int fsize = int((lyxrc.font_sizes[size] * lyxrc.dpi * 
+                         (lyxrc.zoom/100.0)) / 72.27 + 0.5);
 
        string font = fontinfo[family][series][shape]->getFontname(fsize);