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

SimpleGUI::TextBox() でクリックした位置とカーソルの移動先がずれる #1125

Open
Raclamusi opened this issue Nov 6, 2023 · 0 comments

Comments

@Raclamusi
Copy link
Member

text_box_bug2

SimpleGUI::TextBox() のテキストにアイコンが含まれているとき、クリックした位置とカーソルの移動先がずれることがあります。

原因は、カーソルの移動先の計算をフォントのフォールバックありで計算しているのに対し、描画はフォールバックなしで行っていることです。

ちなみに、SimpleGUI::TextArea() ではカーソルの移動先の計算と描画をどちらもフォールバックなしで行っています。

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