fix scroll bar
This commit is contained in:
parent
10ab06a791
commit
a0205bea95
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ mousethread(void *v)
|
|||
send(w->mc.c, &tmp);
|
||||
continue;
|
||||
}
|
||||
if(mouse->buttons&1){
|
||||
if((mouse->buttons&1) || ptinrect(mouse->xy, w->scrollr)){
|
||||
sending = TRUE;
|
||||
goto Send;
|
||||
}else if(mouse->buttons&2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue