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

提示文本和输入文本同时显示 #53

Open
1 task done
Rain-dewdrop opened this issue Dec 14, 2024 · 1 comment
Open
1 task done

提示文本和输入文本同时显示 #53

Rain-dewdrop opened this issue Dec 14, 2024 · 1 comment
Assignees
Labels
🐞 Bug Damn! Something isn't working! ✔ Resolved Aha! This issue has been resolved!

Comments

@Rain-dewdrop
Copy link

Version

Latest development version

Platform

Windows 11

What Happened

提示文本和输入文本同时显示

2024-12-14 080652

import tkintertools as tkt

size = 500, 300
root = tkt.Tk(size)
root.center()

cv = tkt.Canvas(root, zoom_item=True, keep_ratio="min", free_anchor=True)
cv.place(width=1280, height=720, x=640, y=360, anchor="center")   

InputBox = tkt.InputBox(cv, (20, 20), placeholder="InputBox")
InputBox.set("Test")

root.mainloop()

Relevant Log Output

No response

Extra Information

No response

Contact Details

[email protected]

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Rain-dewdrop Rain-dewdrop added the 🐞 Bug Damn! Something isn't working! label Dec 14, 2024
@Xiaokang2022 Xiaokang2022 self-assigned this Dec 14, 2024
@Xiaokang2022 Xiaokang2022 added the 🔥 WIP Work in progress... label Dec 14, 2024
Xiaokang2022 added a commit that referenced this issue Dec 14, 2024
@Xiaokang2022 Xiaokang2022 added ✔ Resolved Aha! This issue has been resolved! and removed 🔥 WIP Work in progress... labels Dec 14, 2024
@Xiaokang2022
Copy link
Owner

此为上个版本产生的 bug,现已修复,修复将在下个版本发布时更新,此 Issue 也将在下个版本发布时关闭。

非常感谢您发现了此 bug!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Damn! Something isn't working! ✔ Resolved Aha! This issue has been resolved!
Projects
None yet
Development

No branches or pull requests

2 participants