Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6357 → Rev 6358

/programs/media/animage/trunk/events_of_mouse.inc
23,7 → 23,7
cmp eax,5
jle no_panel
 
cmp eax,edx ;585
cmp eax,edx
jae no_panel
 
call GetMouseCoordinats
78,7 → 78,7
mov ebx,[Scroll1CoordinatY]
mov ecx,[Scroll1MaxSizeX]
inc ecx
mov edx,14+10
mov edx,ci_scroll_dim-6
mov esi,7
call draw_volume_rectangle ; horizontal scrollbar clear
 
128,7 → 128,7
 
mov eax,[Scroll2CoordinatX]
mov ebx,ci_scrollv_coord_y_min
mov ecx,14+10
mov ecx,ci_scroll_dim-6
mov edx,[Scroll2MaxSizeY]
inc edx
mov esi,7