[issue43018] unwanted label showing up in ttk.LabeledScale

2021-01-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It has already been fixed in issue40219. Just wait next bugfix release. -- nosy: +serhiy.storchaka resolution: -> out of date stage: -> resolved status: open -> closed superseder: -> ttk LabeledScale: label covered by hidden element _

[issue43018] unwanted label showing up in ttk.LabeledScale

2021-01-24 Thread Akuli
New submission from Akuli : import tkinter from tkinter import ttk root = tkinter.Tk() ttk.LabeledScale(root).pack() root.mainloop() Run this code and move the slider to center. You see something in front of the number. The problem is this line in ttk.py: tmp = Label(self).pack(side=