We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximized window, single monitor:
The text was updated successfully, but these errors were encountered:
Might be fixed as of 3.2.0:
Sorry, something went wrong.
This code in Modal_Dialog::refresh may be responsible:
Modal_Dialog::refresh
int bwd = (_icon_type == Icon::NO_ICON ? 0 : 60) + 20; fl_font(_heading->labelfont(), _heading->labelsize()); int hw = _max_w - bwd, hh = 0; fl_measure(_heading->label(), hw, hh); fl_font(_body->labelfont(), _body->labelsize()); int bw = _max_w - bwd, bh = 0; fl_measure(_body->label(), bw, bh); int w = MAX(MAX(bw, hw) + bwd + OS_FONT_SIZE, _min_w), h = 10;
fl_measure may be returning very high values.
fl_measure
No branches or pull requests
Maximized window, single monitor:
The text was updated successfully, but these errors were encountered: