On Wed, Jul 1, 2015 at 9:21 AM, Jacob Peck <[email protected]> wrote:
> Nice work! Looks snazzy. > > - "gutter_font_slant" is not "gutter_font_style" > I'll fix this asap. > - "gutter_font_size" is completely ignored by LeoQtGui. > > getFontFromParams, because strings with 'px' or 'pt' don't cast to an int, > meaning it defaults to c.config.defaultBodyFontSize > Good catch. This is separate problem. I'll look into it. - c.config.getFontFromParams doesn't do dereferencing, so "@string > gutter-font-family = @font-family" will try to create a font of the family > "@font-family", rather than the value of @font-family, etc. > Again, an existing problem unrelated to gutters per se. I'll look into it. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
