mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
removed print from CTk class
This commit is contained in:
parent
73ab410a96
commit
5a4c28b178
@ -142,7 +142,6 @@ class CTk(tkinter.Tk):
|
||||
|
||||
def geometry(self, geometry_string: str = None):
|
||||
if geometry_string is not None:
|
||||
print(self.apply_geometry_scaling(geometry_string), geometry_string)
|
||||
super().geometry(self.apply_geometry_scaling(geometry_string))
|
||||
|
||||
# update width and height attributes
|
||||
|
Loading…
Reference in New Issue
Block a user