[issue44721] Problem in tkinter button widget

2021-07-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> not a bug ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue44721] Problem in tkinter button widget

2021-07-23 Thread Seyed Amirhossein Misaghi
Change by Seyed Amirhossein Misaghi : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mail

[issue44721] Problem in tkinter button widget

2021-07-23 Thread Seyed Amirhossein Misaghi
Seyed Amirhossein Misaghi added the comment: Thanks for your response -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue44721] Problem in tkinter button widget

2021-07-23 Thread E. Paine
E. Paine added the comment: Sadly, there is no `activerelief` option. The Tk man pages note the following: > A button's relief is changed to sunken whenever mouse button 1 is pressed > over the button, and the relief is restored to its original value when button > 1 is later released. [https:

[issue44721] Problem in tkinter button widget

2021-07-22 Thread Seyed Amirhossein Misaghi
New submission from Seyed Amirhossein Misaghi : Hello The piece of code has false behavior. When click the button, the relief changes to tk.SUNKEN. I think this is a wrong behavior. Thanks -- components: Tkinter files: test.tar.gz messages: 398031 nosy: a.h.misaghi priority: normal sev