Skip to content

Commit

Permalink
Merge pull request #5790 from BOINC/vko_fix_fonts_on_adv_pref_dlg_linux
Browse files Browse the repository at this point in the history
[linux][manager] Fix fonts on Advanced Computing Preferences dialog.
  • Loading branch information
AenBleidd committed Sep 3, 2024
2 parents 1cc0d3f + e5e8a2f commit dc9420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientgui/DlgAdvPreferencesBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit dc9420c

Please sign in to comment.