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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In mx/mx-grid.c:mx_grid_do_allocate(), this
if (natural_width > priv->max_extent_a) priv->max_extent_a = natural_width; if (natural_height > priv->max_extent_b) priv->max_extent_b = natural_width;
appears to be a cut-and-paste error. The second "natural_width" should be "natural_height".
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=919028
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In mx/mx-grid.c:mx_grid_do_allocate(), this
appears to be a cut-and-paste error. The second "natural_width" should be "natural_height".
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=919028
The text was updated successfully, but these errors were encountered: