Page 1 of 1

No titles on any tabs, a bug?

Posted: Sat Jun 02, 2018 3:32 am
by holyblackcat
I've just installed CodeLite for the first time (last weekly build), and got this:
1.png
Any ideas?

I'm on Windows 7 x64. Tell me if any other information is needed.

Re: No titles on any tabs, a bug?

Posted: Sat Jun 02, 2018 10:25 pm
by eranif
This means that your default GUI font for your windows can't be drawn by wxWidgets's wxDC classes
You fix this by changing your default Windows GUI font (you changed it already in the past, since this is not the Windows default font)

Re: No titles on any tabs, a bug?

Posted: Sun Jun 03, 2018 1:45 am
by holyblackcat
Thanks a lot, changing GUI font worked.

I'm not entirely sure what's the problem with 'MS Sans Serif' I was using before. It's one of the builtin fonts, so I doubt it could be broken.
Maybe it has something to do with the font being raster instead of vector; I tried some other raster fonts and wxDC refused to render most of them.