Hi,

I've found a good (though not the smallest) example of a Qt application that 
does not respect the default font set through QtConfig, in Qt 4.8.7 : doxygen's 
GUI interface/wizard.

When the application is first launched, and as long as it doesn't get an 
expose/redraw event, QLabels and QButtons show the correct font, i.e. the one 
selected as the default font. But as soon as such an event is received, they 
are redrawn with the system font (Lucida Grande 12 or 13). This disturbs up the 
whole layout because certain other style elements do retain the correct font.

Where would I start looking to squash this bug?

Thanks,
R.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to