Upload files to 'UI'

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2020-12-18 03:50:13 +00:00
parent 64a1322ebd
commit 1d2d5232ec

View file

@ -844,9 +844,6 @@ def text(outlayer, win, name, x, y, width, height, set_text="", parse=False, fil
# Ctrl - C
elif ORD == 3:
cliptext = str(clipboard.wait_for_text())
clipboard.set_text( win.text[name]["text"]\
[win.text[name]["cursor"][0]:win.text[name]["cursor"][1]], -1)