Skip to content
Snippets Groups Projects
Commit c1ff3be4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Splat.

parent 12e41d7c
No related branches found
No related tags found
No related merge requests found
...@@ -931,7 +931,7 @@ int ulist(int mode, int left, int top, int width, int *cur, int *bar ...@@ -931,7 +931,7 @@ int ulist(int mode, int left, int top, int width, int *cur, int *bar
(*cur)=(*bar); (*cur)=(*bar);
i=(*cur)-(*bar); i=(*cur)-(*bar);
if(i+(height-vbrdrsize-1)>=opts) { if(i+(height-vbrdrsize-1)>=opts) {
(*bar)=(height-vbrdrsize)-(opts-cur); (*bar)=(height-vbrdrsize)-(opts-*cur);
} }
} }
if((*cur)<0) if((*cur)<0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment