fix scroll bar
This commit is contained in:
parent
10ab06a791
commit
a0205bea95
@ -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…
Reference in New Issue
Block a user