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);
|
send(w->mc.c, &tmp);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(mouse->buttons&1){
|
if((mouse->buttons&1) || ptinrect(mouse->xy, w->scrollr)){
|
||||||
sending = TRUE;
|
sending = TRUE;
|
||||||
goto Send;
|
goto Send;
|
||||||
}else if(mouse->buttons&2)
|
}else if(mouse->buttons&2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue