forked from KolibriOS/kolibrios
bug with processing next page button fixed.
git-svn-id: svn://kolibrios.org@55 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
47d7819f9a
commit
960abf3792
@ -110,10 +110,6 @@ still_end:
|
|||||||
|
|
||||||
pgup:
|
pgup:
|
||||||
mov eax,[list_add] ;maximal displayed process slot
|
mov eax,[list_add] ;maximal displayed process slot
|
||||||
cmp eax,255
|
|
||||||
jge .noinc
|
|
||||||
inc eax
|
|
||||||
.noinc:
|
|
||||||
mov [list_start],eax
|
mov [list_start],eax
|
||||||
jmp still_end
|
jmp still_end
|
||||||
|
|
||||||
@ -506,7 +502,6 @@ draw_window:
|
|||||||
.show_process_info:
|
.show_process_info:
|
||||||
mov edi,[list_start]
|
mov edi,[list_start]
|
||||||
mov [list_add],edi
|
mov [list_add],edi
|
||||||
dec dword [list_add]
|
|
||||||
mov dword [index],0
|
mov dword [index],0
|
||||||
mov dword [curposy],54
|
mov dword [curposy],54
|
||||||
.loop_draw:
|
.loop_draw:
|
||||||
|
Loading…
Reference in New Issue
Block a user