Fixed a minor bug

This commit is contained in:
Dilan Boskan 2021-01-14 16:44:44 +01:00
parent ae434b7194
commit b614a651ca

View File

@ -795,6 +795,8 @@ class MainWindow(TkinterDnD.Tk):
if str(widget.cget('state')) != 'normal':
# Manual typing and widget not enabled
widget.configure(state=tk.NORMAL)
if '/' in str(var.get()):
var.set(var.get().split('/')[0])
continue
elif stacked_selectable:
if instrumental_selectable: