[issue41155] Tkinter -postoffset not working for TCombobox
New submission from Svetoslav Inkolov : 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 pyt
[issue41155] Tkinter -postoffset not working for TCombobox
Svetoslav Inkolov added the comment: Thanks to E. Paine's reply: This is a strange bug, as the fix is simply to explicitly give the style (`style='TCombobox'`) -- stage: -> resolved status: open -> closed ___ P