[issue41155] Tkinter -postoffset not working for TCombobox

2020-06-30 Thread Svetoslav Inkolov
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 ___ Python tracker

[issue41155] Tkinter -postoffset not working for TCombobox

2020-06-29 Thread E. Paine
E. Paine added the comment: This is a strange bug, as the fix is simply to explicitly give the style (`style='TCombobox'`). This is, however, a Tcl/Tk issue as it can be reproduced in wish (I used the script attached). I therefore ask you close this issue as third party (you can take it up w

[issue41155] Tkinter -postoffset not working for TCombobox

2020-06-29 Thread Svetoslav Inkolov
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 python 2 this functiona