Merge pull request 'addedLicence' (#21) from bugfixes into main
Reviewed-on: Fabelous/MPENN#21
This commit is contained in:
commit
b3e0031be4
|
@ -26,7 +26,7 @@ class OpenFolder(Ctk.CTkScrollableFrame):
|
||||||
else:
|
else:
|
||||||
self.make_buttons()
|
self.make_buttons()
|
||||||
self.bind("<Configure>", self.on_configure, '+')
|
self.bind("<Configure>", self.on_configure, '+')
|
||||||
|
|
||||||
def enable_keybinding(self):
|
def enable_keybinding(self):
|
||||||
# this function has to be in all Functions but is only needed in
|
# this function has to be in all Functions but is only needed in
|
||||||
# some Classes
|
# some Classes
|
||||||
|
|
Loading…
Reference in New Issue