Subversion Repositories Kolibri OS

Rev

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

Rev 6357 Rev 6358
Line 21... Line 21...
21
	jae	no_panel
21
	jae	no_panel
Line 22... Line 22...
22
 
22
 
23
	cmp	eax,5
23
	cmp	eax,5
Line 24... Line 24...
24
	jle	no_panel
24
	jle	no_panel
25
 
25
 
Line 26... Line 26...
26
	cmp	eax,edx	;585
26
	cmp	eax,edx
27
	jae	no_panel
27
	jae	no_panel
28
 
28
 
Line 76... Line 76...
76
 
76
 
77
	mov	eax,ci_scrollh_coord_x_min
77
	mov	eax,ci_scrollh_coord_x_min
78
	mov	ebx,[Scroll1CoordinatY]
78
	mov	ebx,[Scroll1CoordinatY]
79
	mov	ecx,[Scroll1MaxSizeX]
79
	mov	ecx,[Scroll1MaxSizeX]
80
	inc ecx
80
	inc ecx
81
	mov	edx,14+10
81
	mov	edx,ci_scroll_dim-6
82
	mov	esi,7
82
	mov	esi,7
Line 83... Line 83...
83
	call draw_volume_rectangle ; horizontal scrollbar clear
83
	call draw_volume_rectangle ; horizontal scrollbar clear
84
 
84
 
Line 126... Line 126...
126
	test	eax,eax
126
	test	eax,eax
127
	jz	no_vertical
127
	jz	no_vertical
Line 128... Line 128...
128
 
128
 
129
	mov	eax,[Scroll2CoordinatX]
129
	mov	eax,[Scroll2CoordinatX]
130
	mov	ebx,ci_scrollv_coord_y_min
130
	mov	ebx,ci_scrollv_coord_y_min
131
	mov	ecx,14+10
131
	mov	ecx,ci_scroll_dim-6
132
	mov	edx,[Scroll2MaxSizeY]
132
	mov	edx,[Scroll2MaxSizeY]
133
	inc edx
133
	inc edx
134
	mov	esi,7
134
	mov	esi,7