I've just installed CodeLite for the first time (last weekly build), and got this:
Any ideas?
I'm on Windows 7 x64. Tell me if any other information is needed.
No titles on any tabs, a bug?
-
- CodeLite Curious
- Posts: 4
- Joined: Sat Jun 02, 2018 3:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
No titles on any tabs, a bug?
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: No titles on any tabs, a bug?
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)
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)
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Sat Jun 02, 2018 3:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: No titles on any tabs, a bug?
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.
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.