Enter in paths exits box now.
This commit is contained in:
@@ -1544,6 +1544,12 @@ GUIPathKeys:
|
|||||||
ret
|
ret
|
||||||
.notbackspace
|
.notbackspace
|
||||||
|
|
||||||
|
cmp dh,13 ;Enter
|
||||||
|
jne .notenter
|
||||||
|
mov dword[GUIInputBox],0
|
||||||
|
ret
|
||||||
|
.notenter
|
||||||
|
|
||||||
;check if we're at the end
|
;check if we're at the end
|
||||||
add ecx,dword[GUIInputLimit]
|
add ecx,dword[GUIInputLimit]
|
||||||
cmp eax,ecx
|
cmp eax,ecx
|
||||||
|
|||||||
Reference in New Issue
Block a user