]> git.lyx.org Git - features.git/blobdiff - src/lyxdraw.C
fix in lyxfont.C bogus static_cast, some changes in insetlatexaccent
[features.git] / src / lyxdraw.C
index cba27858dcb77e66291fb1e27414f6165abf9ea4..9385f7482c2d3dd17236c3be7a42ca2bcf74e7c6 100644 (file)
@@ -432,7 +432,7 @@ GC GetColorGC(LyXFont::FONT_COLOR color)
 
 GC GetAccentGC(LyXFont const &f, int line_width)
 {
-       if (line_width>= 10) line_width = 9;
+       if (line_width >= 10) line_width = 9;
        
        if (accent_gc[line_width]) return accent_gc[line_width];