google / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
2.32k stars 330 forks source link

Fix #823: Support virtual coordinate in mozc_renderer to fix its window position on HiDPI displays #876

Closed ftake closed 3 months ago

ftake commented 4 months ago

Description

Qt6 applications use virtual coordinates. Since IBus use the device pixel coordinate system to represent a position of a pre-edit area, mozc_renderer converts it to the virtual coordinate.

Issue IDs

823

Steps to test new behaviors (if any)

A clear and concise description about how to verify new behaviors (if any).

Additional context

See #823

hiroyuki-komatsu commented 4 months ago

Hi ftake, We have been running the internal process to accept your PR.

Thank you for your contribution.

ftake commented 4 months ago

Thank you for your review comments and I'm sorry to be late. I revised the code.

hiroyuki-komatsu commented 3 months ago

We have merged your PR. Thank you for your contribution!