diff options
author | Desuwa <desuwa@desuwa.net> | 2019-02-05 14:33:07 -0800 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-05 22:33:07 +0000 |
commit | 879ea05b6681ffce3e90526a89f3dc6b1dd1c424 (patch) | |
tree | 2b4868163625558869806023e4090105cee382f6 /CHANGELOG.md | |
parent | 851e77383ea764b793914696b29b4e6d95632ebb (diff) | |
download | alacritty-879ea05b6681ffce3e90526a89f3dc6b1dd1c424.tar.gz alacritty-879ea05b6681ffce3e90526a89f3dc6b1dd1c424.zip |
Scale IME position by hidpi_factor
Since the IME was positioned using physical coordinates,
the location would be incorrect with monitors using a DPR
other than 1.0.
This has been resolved by converting the physical position
to a logical position using the methods built into winit.
Fixes #2056.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c37850a..01208769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove error message when reloading an empty config - Allow disabling URL launching by setting the value of `mouse.url.launcher` to `None` - Corrected the `window.decorations` config documentation for macOS +- Fix IME position on HiDPI displays ## Version 0.2.7 |