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

Enable paste support in views.Application #555

Closed
wants to merge 1 commit into from

Commits on Sep 10, 2022

  1. Remove redundant 'equal to' comparison in ViewPort.ValidateView met…

    …hods.
    
    The 'equal to' comparisons in the `ViewPort.ValidateViewX()` and `ViewPort.ValidateViewY()` methods are not required as the `ViewPort`s corresponding `view` attributes will be set equal to the right operand if the conditional resolves as true. The current behaviour results in the `view` attributes being set unnecessarily if it already equals the limit.
    chrBrd committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    383fed1 View commit details
    Browse the repository at this point in the history