This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sveti007
Recipients Sveti007
Date 2020-06-29.08:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593419495.04.0.313976680119.issue41155@roundup.psfhosted.org>
In-reply-to
Content
Doing a configuration of the tkinter combobox for the dropdown list with:

    style = ttk.Style()
    style.configure('TCombobox', postoffset=(0,0,width,0))

results in no changing of the combobox.

In Python 2.7.16 or generally in python 2 this functionality works well.

Please see the sample source-code attached.
History
Date User Action Args
2020-06-29 08:31:35Sveti007setrecipients: + Sveti007
2020-06-29 08:31:35Sveti007setmessageid: <1593419495.04.0.313976680119.issue41155@roundup.psfhosted.org>
2020-06-29 08:31:35Sveti007linkissue41155 messages
2020-06-29 08:31:34Sveti007create