Subversion Repositories Kolibri OS

Rev

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

Rev 3233 Rev 3234
Line 285... Line 285...
285
mouse:
285
mouse:
286
        push    dword edit1
286
        push    dword edit1
287
        call    [edit_box_mouse]
287
        call    [edit_box_mouse]
Line 288... Line 288...
288
 
288
 
-
 
289
; TODO: check if scrollbar is active
289
; TODO: check if scrollbar is active
290
        push    [scroll1.position]
290
        push    dword scroll1
291
        push    dword scroll1
291
        call    [scrollbar_v_mouse]
-
 
-
 
292
        call    [scrollbar_v_mouse]
292
 
293
        pop     eax
-
 
294
        cmp     eax, [scroll1.position] ; did the scrollbar move?
293
; TODO: check if scrollbar moved
295
        je      @f
-
 
296
        call    print_channel_list
Line 294... Line 297...
294
        call    print_channel_list
297
  @@:
Line 295... Line 298...
295
 
298