mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fix dropdown arrow size for scaling
This commit is contained in:
parent
a7b278cca0
commit
53b0d04e4b
@ -1229,6 +1229,7 @@ class DrawEngine:
|
||||
self._canvas.tag_raise("dropdown_arrow")
|
||||
requires_recoloring = True
|
||||
|
||||
self._canvas.itemconfigure("dropdown_arrow", font=("CustomTkinter_shapes_font", -size))
|
||||
self._canvas.coords("dropdown_arrow", x_position, y_position)
|
||||
|
||||
return requires_recoloring
|
||||
|
Loading…
Reference in New Issue
Block a user