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
|
||||
JC @@ret_false1
|
||||
CALL ESI
|
||||
XOR EAX, 1 //dufa
|
||||
@@rsltEAX_ResultTrue:
|
||||
MOV [EDI], EAX
|
||||
@@ResultTrue:
|
||||
@@ -2359,7 +2360,10 @@ asm
|
||||
PUSH [EDX].TTVDispInfo.item.hItem
|
||||
CALL @@prepareCallEvent
|
||||
POP ECX
|
||||
JNC @@justEventCall
|
||||
//JNC @@justEventCall //dufa
|
||||
JC @@ret_false1 //dufa
|
||||
CALL ESI //dufa
|
||||
JMP @@rsltEAX_ResultTrue //dufa
|
||||
@@Rslt1_ResultTrue:
|
||||
XOR EAX, EAX
|
||||
INC EAX
|
||||
|
Reference in New Issue
Block a user