treeview label edit fix
git-svn-id: https://svn.code.sf.net/p/kolmck/code@109 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
@@ -2341,6 +2341,7 @@ asm
|
|||||||
POP ECX
|
POP ECX
|
||||||
JC @@ret_false1
|
JC @@ret_false1
|
||||||
CALL ESI
|
CALL ESI
|
||||||
|
XOR EAX, 1 //dufa
|
||||||
@@rsltEAX_ResultTrue:
|
@@rsltEAX_ResultTrue:
|
||||||
MOV [EDI], EAX
|
MOV [EDI], EAX
|
||||||
@@ResultTrue:
|
@@ResultTrue:
|
||||||
@@ -2359,7 +2360,10 @@ asm
|
|||||||
PUSH [EDX].TTVDispInfo.item.hItem
|
PUSH [EDX].TTVDispInfo.item.hItem
|
||||||
CALL @@prepareCallEvent
|
CALL @@prepareCallEvent
|
||||||
POP ECX
|
POP ECX
|
||||||
JNC @@justEventCall
|
//JNC @@justEventCall //dufa
|
||||||
|
JC @@ret_false1 //dufa
|
||||||
|
CALL ESI //dufa
|
||||||
|
JMP @@rsltEAX_ResultTrue //dufa
|
||||||
@@Rslt1_ResultTrue:
|
@@Rslt1_ResultTrue:
|
||||||
XOR EAX, EAX
|
XOR EAX, EAX
|
||||||
INC EAX
|
INC EAX
|
||||||
|
Reference in New Issue
Block a user