Skip to content
New issue

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

c&p bug in mx_grid_do_allocate #100

Open
fweimer opened this issue Sep 24, 2015 · 0 comments
Open

c&p bug in mx_grid_do_allocate #100

fweimer opened this issue Sep 24, 2015 · 0 comments

Comments

@fweimer
Copy link

fweimer commented Sep 24, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant