Merge pull request #5790 from BOINC/vko_fix_fonts_on_adv_pref_dlg_linux

[linux][manager] Fix fonts on Advanced Computing Preferences dialog.
This commit is contained in:
Vitalii Koshura 2024-09-03 13:33:10 +02:00 committed by GitHub
commit dc9420c179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1214,7 +1214,7 @@ bool CDlgAdvPreferencesBase::doesLocalPrefsFileExist() {
}
void CDlgAdvPreferencesBase::makeStaticBoxLabelItalic(wxStaticBox* staticBox) {
#if defined(__WXMSW__) || defined(__WXGTK__)
#if defined(__WXMSW__)
wxFont myFont = staticBox->GetFont();
myFont.MakeItalic();
myFont.MakeBold();