Comment 11 for bug 168320

Revision history for this message
Marcin Floryan (mfloryan) wrote : Re: Font size not updated in text toolbar

I have downloaded source from SVN and built it on my Windows machine and I think I know why this problem occurs.

In windows the default font is Sans - but on my machine, there is no such font. Therefore a comment on lines 358 - 361 in
static void sp_font_selector_emit_set
of src/widgets/font-selector.cpp
seems to indicate the problem we see.

If I change the font (Shitf+Ctrl+T) and its size then the Text toolbar (F8) shows both the font and size correctly.

This brings another problem - I am unable to change the font (family, not size) of a default text using the toolbar (F8).

Therefore I think the really is a manifestation of another bug.