mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Font for warning texture set to bold
This commit is contained in:
@@ -1485,6 +1485,7 @@ bool GLCanvas3D::WarningTexture::generate(const std::string& msg)
|
|||||||
// select default font
|
// select default font
|
||||||
wxFont font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
wxFont font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
||||||
font.MakeLarger();
|
font.MakeLarger();
|
||||||
|
font.MakeBold();
|
||||||
memDC.SetFont(font);
|
memDC.SetFont(font);
|
||||||
|
|
||||||
// calculates texture size
|
// calculates texture size
|
||||||
|
|||||||
Reference in New Issue
Block a user