Subversion Repositories Kolibri OS

Rev

Rev 1383 | Rev 2559 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1383 Rev 1385
Line 60... Line 60...
60
 
60
 
61
    sub eax,3		      ; If not use mouse - show 
61
    sub eax,3		      ; If not use mouse - show 
62
    jnz still_end
62
    jnz still_end
63
	push	dword edit1
63
	push	dword edit1
-
 
64
	call	[edit_box_mouse]
64
	call	[edit_box_mouse]
65
	push	dword[check1+32]
65
	push	dword check1
66
	push	dword check1
-
 
67
	call	[check_box_mouse]
-
 
68
	pop	eax
-
 
69
	cmp	eax, dword[check1+32]
66
	call	[check_box_mouse]
70
	jnz	still_end
Line 67... Line 71...
67
    jmp still	
71
    jmp still	
68
 
72
 
69
still_end:    
73
still_end: