We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f2e2a commit b02b6ddCopy full SHA for b02b6dd
src/option-dialogs.cpp
@@ -55,6 +55,7 @@ void Option_Dialog::refresh() {
55
_canceled = false;
56
_dialog->copy_label(_title);
57
// Refresh widget positions and sizes
58
+ fl_font(OS_FONT, OS_FONT_SIZE);
59
int dy = 10;
60
dy += refresh_content(_width - 20, dy) + 16;
61
#ifdef _WIN32
0 commit comments