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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use coordinate offsets in ShowAutofillPopup #20232

Merged
merged 2 commits into from Sep 19, 2019

Commits on Sep 14, 2019

  1. Configuration menu
    Copy the full SHA
    61c93d5 View commit details
    Browse the repository at this point in the history
  2. fix: silence coord int->float narrowing conversion

    Minor fix to silence clang-tidy warning about implicit range narrowing.
    Not a huge deal but the revision is also easier to read.
    
    clang-tidy: bugprone-narrowing-conversions
    ckerr committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    9e1968d View commit details
    Browse the repository at this point in the history