diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-04 01:18:59 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-04 01:18:59 +0200 |
commit | 59b16cb441e8eeadab6168aacce6285dd221b6cb (patch) | |
tree | 159da8d4a5bb4217513ecfaf57788f8581ffdb10 /sys/src | |
parent | 0ed76cd65ed2c52d724f7d222497e45aedbc8ba4 (diff) |
mothra: scrollbar mouse grab in alt display
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/cmd/mothra/mothra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c index 497c832e3..9e16af66c 100644 --- a/sys/src/cmd/mothra/mothra.c +++ b/sys/src/cmd/mothra/mothra.c @@ -184,7 +184,7 @@ void mkpanels(void){ plscroll(text, 0, bar); plgrabkb(cmd); alt=plpopup(0, PACKE|EXPAND, 0, 0, menu3); - bar=plscrollbar(alt, PACKW); + bar=plscrollbar(alt, PACKW|USERFL); alttext=pltextview(alt, PACKE|EXPAND, Pt(0, 0), 0, dolink); plscroll(alttext, 0, bar); } |