mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-24 15:30:11 +01:00
Fixed a minor bug
This commit is contained in:
parent
ae434b7194
commit
b614a651ca
@ -795,6 +795,8 @@ class MainWindow(TkinterDnD.Tk):
|
|||||||
if str(widget.cget('state')) != 'normal':
|
if str(widget.cget('state')) != 'normal':
|
||||||
# Manual typing and widget not enabled
|
# Manual typing and widget not enabled
|
||||||
widget.configure(state=tk.NORMAL)
|
widget.configure(state=tk.NORMAL)
|
||||||
|
if '/' in str(var.get()):
|
||||||
|
var.set(var.get().split('/')[0])
|
||||||
continue
|
continue
|
||||||
elif stacked_selectable:
|
elif stacked_selectable:
|
||||||
if instrumental_selectable:
|
if instrumental_selectable:
|
||||||
|
Loading…
Reference in New Issue
Block a user