Skip to content

Commit

Permalink
すべてのフォント指定の時誤ってWindows 11 22H2で適用されていた不具合を修正した。
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsu-syo committed Sep 8, 2022
1 parent 90b2014 commit d5b6691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion program/noMeiryoUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,9 @@ void NoMeiryoUI::selectFont(enum fontType type)
allFont = createFont(&metricsAll.lfMenuFont);
allFontTextBox->setFont(allFont);

fontPoints.title = points;
if (compatLevel < 1) {
fontPoints.title = points;
}
fontPoints.palette = points;
fontPoints.icon = points;
fontPoints.hint = points;
Expand Down

0 comments on commit d5b6691

Please sign in to comment.